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 }}