We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2f38c64 commitd1c9efaCopy full SHA for d1c9efa
deploy/helm/templates/api-service/secrets.yaml
@@ -20,6 +20,6 @@ stringData:
20
{{- else }}
21
LOWCODER_MONGODB_URL:{{ .Values.mongodb.externalUrl | quote }}
22
{{- 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 }}
+LOWCODER_DB_ENCRYPTION_PASSWORD:{{ .Values.global.config.encryption.password | default "lowcoder.org" | quote }}
+LOWCODER_DB_ENCRYPTION_SALT:{{ .Values.global.config.encryption.salt | default "lowcoder.org" | quote }}
25
LOWCODER_API_KEY_SECRET:"{{ .Values.global.config.apiKeySecret }}"