From 3e349facf1756e55574b9d5767cfa8db17fa78a3 Mon Sep 17 00:00:00 2001 From: sacreman Date: Thu, 16 Sep 2021 01:42:50 +0700 Subject: [PATCH] fix secret values function --- charts/provider/Chart.yaml | 2 +- charts/provider/templates/secret.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index be26bf48..906094e7 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.26.0 +version: 0.27.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 62de757c..e4618d53 100644 --- a/charts/provider/templates/secret.yaml +++ b/charts/provider/templates/secret.yaml @@ -5,8 +5,8 @@ metadata: type: "Opaque" stringData: 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 }} + {{ .Values.akash_client.keysecret }}