From ba0212fab20f3f450194a9c8fa70e5fd30da2dd0 Mon Sep 17 00:00:00 2001 From: axel7083 <42176370+axel7083@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:02:17 +0200 Subject: [PATCH] fix: annoying helm linter --- charts/cluster-secret/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cluster-secret/values.yaml b/charts/cluster-secret/values.yaml index f2bfffd..19cc493 100644 --- a/charts/cluster-secret/values.yaml +++ b/charts/cluster-secret/values.yaml @@ -5,7 +5,7 @@ clustersecret: tag: 0.0.10 # 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. (to not loose any unintentional data) + # Default is to ignore it. (to not loose any unintentional data) # It can also reeplace it. Just uncommenting next line. - #replace_existing: 'true' + # replace_existing: 'true' kubernetesClusterDomain: cluster.local