Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(charts): replace_existing wrongly indented #151

Merged
merged 3 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading