We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee6cb0 commit deb9959Copy full SHA for deb9959
charts/cluster-secret/values.yaml
@@ -4,9 +4,9 @@ image:
4
tag: 0.0.11
5
# 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. (to not loose any unintentional data)
8
- # It can also reeplace it. Just uncommenting next line.
9
- # replace_existing: 'true'
+ # Default is to ignore it via false setting. (to not loose any unintentional data)
+ # It can also be replaced, just set value to true.
+ replace_existing: 'false'
10
kubernetesClusterDomain: cluster.local
11
12
0 commit comments