File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
repository : quay.io/clustersecret/clustersecret
4
4
tag : 0.0.12
5
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 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'
10
11
11
12
env :
12
13
- name : BLOCKED_LABELS
13
14
value : app.kubernetes.io # a comma (,) separated list
14
15
15
16
kubernetesClusterDomain : cluster.local
16
17
17
-
18
18
nodeSelector : {}
19
19
20
20
tolerations : []
You can’t perform that action at this time.
0 commit comments