Skip to content

Commit da9b4ee

Browse files
authored
Merge pull request #151 from greut/fix/charts-replace-existing
fix(charts): replace_existing wrongly indented
2 parents ff10c28 + 68aa029 commit da9b4ee

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

charts/cluster-secret/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cluster-secret
33
description: ClusterSecret Operator
44
kubeVersion: '>= 1.25.0-0'
55
type: application
6-
version: 0.4.4
6+
version: 0.4.5
77
icon: https://clustersecret.com/assets/csninjasmall.png
88
sources:
99
- https://github.com/zakkg3/ClusterSecret

charts/cluster-secret/values.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ 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'
10-
kubernetesClusterDomain: cluster.local
116

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
1213

1314
nodeSelector: {}
1415

0 commit comments

Comments
 (0)