diff --git a/helm/sidata/templates/deployment.yaml b/helm/sidata/templates/deployment.yaml index cc94d52..df5163a 100644 --- a/helm/sidata/templates/deployment.yaml +++ b/helm/sidata/templates/deployment.yaml @@ -32,9 +32,9 @@ spec: - name: APP_KEY valueFrom: - secretKeyRef: - name: {{ .Release.Name }}-secret - key: APP_KEY + secretKeyRef: + name: {{ .Release.Name }}-secret + key: APP_KEY volumes: - name: nginx-config-volume configMap: