install crds by default
This commit is contained in:
parent
6c4113f333
commit
a50d3200d4
|
@ -6,7 +6,8 @@ bootstrap:
|
||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
crds:
|
crds:
|
||||||
install: false
|
install: true
|
||||||
|
keep: false
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
params:
|
params:
|
||||||
|
@ -30,28 +31,28 @@ argo-cd:
|
||||||
tls:
|
tls:
|
||||||
- hosts: *ghosts
|
- hosts: *ghosts
|
||||||
secretName: wildcard-tls
|
secretName: wildcard-tls
|
||||||
#argocd-apps:
|
argocd-apps:
|
||||||
# applications:
|
applications:
|
||||||
# - name: argo1
|
- name: argo1
|
||||||
# destination:
|
destination:
|
||||||
# name: in-cluster
|
name: in-cluster
|
||||||
# namespace: argocd
|
namespace: argocd
|
||||||
# source:
|
source:
|
||||||
# path: .
|
path: argo1
|
||||||
# repoURL: 'https://git.strudelline.net/infra/argo1'
|
repoURL: 'https://git.strudelline.net/infra/argocd'
|
||||||
# targetRevision: main
|
targetRevision: main
|
||||||
# sources: []
|
sources: []
|
||||||
# project: default
|
project: default
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: false
|
prune: false
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
# retry:
|
retry:
|
||||||
# limit: 10
|
limit: 10
|
||||||
# backoff:
|
backoff:
|
||||||
# duration: 5s
|
duration: 5s
|
||||||
# maxDuration: 3m0s
|
maxDuration: 3m0s
|
||||||
# factor: 2
|
factor: 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user