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