diff --git a/deploy/templates/deployment.yaml b/deploy/templates/deployment.yaml index ccae831..0463e17 100644 --- a/deploy/templates/deployment.yaml +++ b/deploy/templates/deployment.yaml @@ -31,6 +31,7 @@ spec: value: http://astra-users.default.svc.cluster.local:8080 - name: STORE_HOST value: http://astra-file-storage.default.svc.cluster.local:8080 + {{- .Values.envs | toYaml | nindent 12 }} image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest" imagePullPolicy: Always