1 Commits
0.0.1 ... 0.1.0

Author SHA1 Message Date
0d0d8836bf cs fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-15 21:25:37 +03:00

View File

@ -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 }}