Skip to content

Commit b051595

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix/argocd-labels
Signed-off-by: Yoan Blanc <[email protected]>
2 parents a0ee164 + da9b4ee commit b051595

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/cluster-secret/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ image:
33
repository: quay.io/clustersecret/clustersecret
44
tag: 0.0.12
55
# use tag-alt for ARM and other alternative builds - read the readme for more information
6-
# If Clustersecret is about to create a secret and then it founds it exists:
7-
# Default is to ignore it via false setting. (to not loose any unintentional data)
8-
# It can also be replaced, just set value to true.
9-
replace_existing: 'false'
6+
7+
# If Clustersecret is about to create a secret and then it founds it exists:
8+
# Default is to ignore it via false setting. (to not loose any unintentional data)
9+
# It can also be replaced, just set value to true.
10+
replace_existing: 'false'
1011

1112
env:
1213
- name: BLOCKED_LABELS
1314
value: app.kubernetes.io # a comma (,) separated list
1415

1516
kubernetesClusterDomain: cluster.local
1617

17-
1818
nodeSelector: {}
1919

2020
tolerations: []

0 commit comments

Comments
 (0)