Skip to content

Commit cbbddbb

Browse files
committed
add resource.exclusions
1 parent e1f90cc commit cbbddbb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

k8s-manifests/argocd-helm-chart-values.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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
44
server:
55
autoscaling:
66
enabled: true
@@ -22,12 +22,18 @@ server:
2222
minAvailable: 1
2323
maxUnavailable: 0
2424

25-
configEnabled: true
26-
# -- [General Argo CD configuration]
27-
config:
28-
# Argo CD instance label key
25+
configs:
26+
cm:
27+
create: true
2928
application.instanceLabelKey: argocd.argoproj.io/instance
3029
kustomize.buildOptions: --load-restrictor LoadRestrictionsNone
30+
resource.exclusions: |
31+
- apiGroups:
32+
- "velero.io"
33+
kinds:
34+
- Backup
35+
clusters:
36+
- "*"
3137
3238
controller:
3339
enableStatefulSet: true

0 commit comments

Comments
 (0)