Remove duplication of envFrom
This commit is contained in:
@ -33,7 +33,6 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
- name: {{ include "n8n.fullname" . }}
|
||||
envFrom:
|
||||
{{- if .Values.n8n.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.n8n.extraEnvVarsSecret }}
|
||||
|
@ -35,7 +35,6 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
- name: {{ include "n8n.fullname" . }}
|
||||
envFrom:
|
||||
{{- if .Values.webhook.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.webhook.extraEnvVarsSecret }}
|
||||
|
@ -35,7 +35,6 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
- name: {{ include "n8n.fullname" . }}
|
||||
envFrom:
|
||||
{{- if .Values.worker.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ .Values.worker.extraEnvVarsSecret }}
|
||||
|
Reference in New Issue
Block a user