Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0d0d8836bf
|
@ -12,7 +12,6 @@ data:
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
N8N_ENCRYPTION_KEY: {{ randAlphaNum 10 | b64enc | quote }}
|
N8N_ENCRYPTION_KEY: {{ randAlphaNum 10 | b64enc | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .Values.config.db_type }}
|
{{- if .Values.config.db_type }}
|
||||||
DB_TYPE: {{ .Values.config.db_type | b64enc | quote }}
|
DB_TYPE: {{ .Values.config.db_type | b64enc | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user