From efd975b71ffb8f8ffd0757dfb73a753ea81796c8 Mon Sep 17 00:00:00 2001 From: Kyle Espinola Date: Fri, 17 Mar 2023 16:25:21 +0100 Subject: [PATCH] fix: consume hub-secrets on deployment --- charts/hub-ui/Chart.yaml | 2 +- charts/hub-ui/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/hub-ui/Chart.yaml b/charts/hub-ui/Chart.yaml index 13ddb97..138e9bd 100644 --- a/charts/hub-ui/Chart.yaml +++ b/charts/hub-ui/Chart.yaml @@ -18,7 +18,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.2.0 +version: 0.2.1 # 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/hub-ui/templates/deployment.yaml b/charts/hub-ui/templates/deployment.yaml index 4386ef1..378cd79 100644 --- a/charts/hub-ui/templates/deployment.yaml +++ b/charts/hub-ui/templates/deployment.yaml @@ -36,6 +36,8 @@ spec: envFrom: - configMapRef: name: {{ include "hub-ui.fullname" . }} + - secretRef: + name: {{ include "hub-ui.fullname" . }} ports: - name: http containerPort: {{ .Values.environment.port }}