File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: cluster-secret
3
3
description : ClusterSecret Operator
4
4
kubeVersion : ' >= 1.25.0-0'
5
5
type : application
6
- version : 0.4.4
6
+ version : 0.4.5
7
7
icon : https://clustersecret.com/assets/csninjasmall.png
8
8
sources :
9
9
- https://github.com/zakkg3/ClusterSecret
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'
10
- kubernetesClusterDomain : cluster.local
11
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'
11
+
12
+ kubernetesClusterDomain : cluster.local
12
13
13
14
nodeSelector : {}
14
15
You can’t perform that action at this time.
0 commit comments