Remove duplication of envFrom
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-11-15 21:55:01 +03:00
parent 1129489739
commit 60ed1e8fc5
3 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ spec:
envFrom:
- configMapRef:
- name: {{ include "n8n.fullname" . }}
envFrom:
{{- if .Values.n8n.extraEnvVarsSecret }}
- secretRef:
name: {{ .Values.n8n.extraEnvVarsSecret }}

View File

@ -35,7 +35,6 @@ spec:
envFrom:
- configMapRef:
- name: {{ include "n8n.fullname" . }}
envFrom:
{{- if .Values.webhook.extraEnvVarsSecret }}
- secretRef:
name: {{ .Values.webhook.extraEnvVarsSecret }}

View File

@ -35,7 +35,6 @@ spec:
envFrom:
- configMapRef:
- name: {{ include "n8n.fullname" . }}
envFrom:
{{- if .Values.worker.extraEnvVarsSecret }}
- secretRef:
name: {{ .Values.worker.extraEnvVarsSecret }}