Skip to content

Commit b7e62b2

Browse files
Fix SUPERSER_SECRET_KEY
1 parent c209cb2 commit b7e62b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chart/templates/external-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ spec:
123123
- secretKey: SUPERSET_SECRET_KEY
124124
remoteRef:
125125
key: {{ .Values.externalSecrets.secretName }}
126-
property: OPS_ENCRYPTION_KEY
126+
property: SUPERSET_SECRET_KEY
127127
{{- end }}

0 commit comments

Comments
 (0)