Compare commits
2 Commits
0.0.1
...
285fe88796
Author | SHA1 | Date | |
---|---|---|---|
285fe88796
|
|||
0d0d8836bf
|
@ -5,3 +5,8 @@ type: application
|
||||
version: 0.0.1
|
||||
appVersion: v0.202.1
|
||||
icon: https://github.com/n8n-io/n8n/raw/master/assets/n8n-logo.png
|
||||
maintainers:
|
||||
- email: me@grachevko.ru
|
||||
name: Konstantin Grachev
|
||||
sources:
|
||||
- https://git.grachevko.ru/n8n/chart
|
||||
|
@ -12,7 +12,6 @@ data:
|
||||
{{- else }}
|
||||
N8N_ENCRYPTION_KEY: {{ randAlphaNum 10 | b64enc | quote }}
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.config.db_type }}
|
||||
DB_TYPE: {{ .Values.config.db_type | b64enc | quote }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user