Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
61f92c0075
|
|||
a667ff2f96
|
@ -32,6 +32,7 @@ steps:
|
||||
image: cr.grachevko.ru/docker.io/alpine/helm:latest
|
||||
pull: always
|
||||
commands:
|
||||
- helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
- helm dependency build
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- helm repo add $HELM_REPO_NAME $HELM_REPO_REGISTRY/$HELM_REPO_NAME --username $HELM_REPO_USERNAME --password $HELM_REPO_PASSWORD
|
||||
|
@ -17,4 +17,7 @@ data:
|
||||
NODE_FUNCTION_ALLOW_BUILTIN: {{ .Values.config.node.function.allow.builtin | quote }}
|
||||
NODE_FUNCTION_ALLOW_EXTERNAL: {{ .Values.config.node.function.allow.external | quote }}
|
||||
QUEUE_BULL_REDIS_HOST: {{ include "n8n.fullname" . }}-redis
|
||||
{{- if .Values.config.debug }}
|
||||
N8N_LOG_LEVEL: debug
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
@ -1,4 +1,5 @@
|
||||
config:
|
||||
debug: "false"
|
||||
db_type: postgresdb
|
||||
postgres:
|
||||
database: n8n
|
||||
|
Reference in New Issue
Block a user