Skip to content

Commit 3883666

Browse files
authored
Merge pull request #678 from sseide/bugfix
fix helm template encryption env var names
2 parents 9d33fb2 + d1c9efa commit 3883666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/templates/api-service/secrets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ stringData:
2020
{{- else }}
2121
LOWCODER_MONGODB_URL: {{ .Values.mongodb.externalUrl | quote }}
2222
{{- end }}
23-
ELOWCODER_DB_NCRYPTION_PASSWORD: {{ .Values.global.config.encryption.password | default "lowcoder.org" | quote }}
24-
ELOWCODER_DB_NCRYPTION_SALT: {{ .Values.global.config.encryption.salt | default "lowcoder.org" | quote }}
23+
LOWCODER_DB_ENCRYPTION_PASSWORD: {{ .Values.global.config.encryption.password | default "lowcoder.org" | quote }}
24+
LOWCODER_DB_ENCRYPTION_SALT: {{ .Values.global.config.encryption.salt | default "lowcoder.org" | quote }}
2525
LOWCODER_API_KEY_SECRET: "{{ .Values.global.config.apiKeySecret }}"

0 commit comments

Comments
 (0)