diff --git a/helm/sidata/templates/deployment.yaml b/helm/sidata/templates/deployment.yaml index fb50dbd..cc94d52 100644 --- a/helm/sidata/templates/deployment.yaml +++ b/helm/sidata/templates/deployment.yaml @@ -29,6 +29,12 @@ spec: - name: {{ $key }} value: {{ $value | quote }} {{- end }} + + - name: APP_KEY + valueFrom: + secretKeyRef: + name: {{ .Release.Name }}-secret + key: APP_KEY volumes: - name: nginx-config-volume configMap: