From c7aff9aaf05d80593b33f079de2b05f9722c0e2c Mon Sep 17 00:00:00 2001 From: sacreman Date: Fri, 17 Sep 2021 18:33:33 +0700 Subject: [PATCH] quote secrets --- charts/provider/Chart.yaml | 2 +- charts/provider/templates/secret.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index 31e516fc..3b186dec 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -15,7 +15,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.49.0 +version: 0.50.0 # 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/provider/templates/secret.yaml b/charts/provider/templates/secret.yaml index 9a5729bc..817eb78e 100644 --- a/charts/provider/templates/secret.yaml +++ b/charts/provider/templates/secret.yaml @@ -5,7 +5,7 @@ metadata: type: "Opaque" data: provider-cert.pem: | - {{ .Values.akash_provider.providercert }} + "{{ .Values.akash_provider.providercert }}" key.txt: | - {{ .Values.akash_client.key }} + "{{ .Values.akash_client.key }}" key-pass.txt: "{{ .Values.akash_client.keysecret }}"