diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 52fca15..f4865cc 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -2,7 +2,7 @@ apiVersion: secretgenerator.mittwald.de/v1alpha1 kind: StringSecret metadata: - name: {{ .Release.Name }} + name: {{ .Release.Name }}-cookie spec: fields: - fieldName: secret-key @@ -137,5 +137,5 @@ spec: - name: SECRET_KEY valueFrom: secretKeyRef: - name: memelord-secret-key + name: {{ .Release.Name }}-cookie key: secret-key