Skip to content

Commit deb9959

Browse files
committedOct 2, 2024··
expose the default value for replace_existing
1 parent cee6cb0 commit deb9959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎charts/cluster-secret/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ image:
44
tag: 0.0.11
55
# use tag-alt for ARM and other alternative builds - read the readme for more information
66
# If Clustersecret is about to create a secret and then it founds it exists:
7-
# Default is to ignore it. (to not loose any unintentional data)
8-
# It can also reeplace it. Just uncommenting next line.
9-
# replace_existing: 'true'
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'
1010
kubernetesClusterDomain: cluster.local
1111

1212

0 commit comments

Comments
 (0)
Please sign in to comment.