File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Config values for the ArgoCD Helm Chart.
2
- # For default values, see
3
- # https://github.com/argoproj/argo-helm/blob/07d63255ae19ff1e08a22e71c932f686f8f619ac /charts/argo-cd/values.yaml
2
+ # For default values, see ( ver 5.36.10 )
3
+ # https://github.com/argoproj/argo-helm/blob/argo-cd-5.36.10 /charts/argo-cd/values.yaml
4
4
server :
5
5
autoscaling :
6
6
enabled : true
@@ -22,12 +22,18 @@ server:
22
22
minAvailable : 1
23
23
maxUnavailable : 0
24
24
25
- configEnabled : true
26
- # -- [General Argo CD configuration]
27
- config :
28
- # Argo CD instance label key
25
+ configs :
26
+ cm :
27
+ create : true
29
28
application.instanceLabelKey : argocd.argoproj.io/instance
30
29
kustomize.buildOptions : --load-restrictor LoadRestrictionsNone
30
+ resource.exclusions : |
31
+ - apiGroups:
32
+ - "velero.io"
33
+ kinds:
34
+ - Backup
35
+ clusters:
36
+ - "*"
31
37
32
38
controller :
33
39
enableStatefulSet : true
You can’t perform that action at this time.
0 commit comments