Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
2d2f9b48fd
|
|||
42cb58acc5
|
|||
60ed1e8fc5
|
@ -3,7 +3,7 @@ name: n8n
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.1
|
||||
appVersion: v0.202.1
|
||||
appVersion: 0.202.1
|
||||
icon: https://github.com/n8n-io/n8n/raw/master/assets/n8n-logo.png
|
||||
maintainers:
|
||||
- email: me@grachevko.ru
|
||||
|
@ -32,8 +32,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.n8n.image.pullPolicy }}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
- name: {{ include "n8n.fullname" . }}
|
||||
envFrom:
|
||||
name: {{ include "n8n.fullname" . }}
|
||||
{{- if .Values.n8n.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.n8n.extraEnvVarsSecret }}
|
||||
|
@ -34,8 +34,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.webhook.image.pullPolicy }}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
- name: {{ include "n8n.fullname" . }}
|
||||
envFrom:
|
||||
name: {{ include "n8n.fullname" . }}
|
||||
{{- if .Values.webhook.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.webhook.extraEnvVarsSecret }}
|
||||
|
@ -34,8 +34,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.worker.image.pullPolicy }}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
- name: {{ include "n8n.fullname" . }}
|
||||
envFrom:
|
||||
name: {{ include "n8n.fullname" . }}
|
||||
{{- if .Values.worker.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.worker.extraEnvVarsSecret }}
|
||||
|
Reference in New Issue
Block a user