From 2789aea96a8bf028b700417272392fef138d20ba Mon Sep 17 00:00:00 2001 From: ns212 Date: Mon, 28 Nov 2022 11:11:06 +0000 Subject: [PATCH] interlay-firesquid --- charts/interlay-firesquid/Chart.yaml | 2 +- charts/interlay-firesquid/templates/deployment-explorer.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/interlay-firesquid/Chart.yaml b/charts/interlay-firesquid/Chart.yaml index ea8473d..396d1cd 100644 --- a/charts/interlay-firesquid/Chart.yaml +++ b/charts/interlay-firesquid/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.1.6 +version: 0.1.7 # 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/interlay-firesquid/templates/deployment-explorer.yaml b/charts/interlay-firesquid/templates/deployment-explorer.yaml index f4bd43c..8c7b02b 100644 --- a/charts/interlay-firesquid/templates/deployment-explorer.yaml +++ b/charts/interlay-firesquid/templates/deployment-explorer.yaml @@ -42,6 +42,9 @@ spec: {{- with .Values.explorer.env }} {{- toYaml . | nindent 12 }} {{- end }} + envFrom: + - secretRef: + name: {{ .Values.explorer.secretName }} ports: - name: http containerPort: 3000