From dd9cdb95cf05b3e3b626255d44fcf492feefde4a Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Tue, 30 May 2023 16:57:23 +0200 Subject: [PATCH] chore: playing with quotes --- charts/avp-demo4/Chart.yaml | 2 +- charts/avp-demo4/templates/secret.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/avp-demo4/Chart.yaml b/charts/avp-demo4/Chart.yaml index a81ea1c..ec733a4 100644 --- a/charts/avp-demo4/Chart.yaml +++ b/charts/avp-demo4/Chart.yaml @@ -23,7 +23,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.4 +version: 0.3.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/avp-demo4/templates/secret.yaml b/charts/avp-demo4/templates/secret.yaml index 48bba82..bebed36 100644 --- a/charts/avp-demo4/templates/secret.yaml +++ b/charts/avp-demo4/templates/secret.yaml @@ -8,7 +8,7 @@ kind: Secret metadata: name: {{ .Chart.Name }}-secret1 stringData: - foo: {{ .Values.secrets.path | default (randAlphaNum 8) }} + foo: {{ .Values.secrets.path | default (randAlphaNum 8) | quote }} --- # Carsten Lenz # 2023/03/07 @@ -18,7 +18,7 @@ apiVersion: v1 kind: Secret metadata: annotations: - avp.kubernetes.io/path: {{ quote .Values.secrets.annotated }} + avp.kubernetes.io/path: {{ .Values.secrets.annotated | quote }} name: {{ .Chart.Name }}-secret2 stringData: - foo: + foo: ""