Skip to content

Commit

Permalink
Merge pull request #151 from greut/fix/charts-replace-existing
Browse files Browse the repository at this point in the history
fix(charts): replace_existing wrongly indented
  • Loading branch information
zakkg3 authored Nov 19, 2024
2 parents ff10c28 + 68aa029 commit da9b4ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-secret/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cluster-secret
description: ClusterSecret Operator
kubeVersion: '>= 1.25.0-0'
type: application
version: 0.4.4
version: 0.4.5
icon: https://clustersecret.com/assets/csninjasmall.png
sources:
- https://github.com/zakkg3/ClusterSecret
Expand Down
11 changes: 6 additions & 5 deletions charts/cluster-secret/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ image:
repository: quay.io/clustersecret/clustersecret
tag: 0.0.12
# use tag-alt for ARM and other alternative builds - read the readme for more information
# If Clustersecret is about to create a secret and then it founds it exists:
# 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'
kubernetesClusterDomain: cluster.local

# If Clustersecret is about to create a secret and then it founds it exists:
# 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'

kubernetesClusterDomain: cluster.local

nodeSelector: {}

Expand Down

0 comments on commit da9b4ee

Please sign in to comment.