1 Commits
0.1.2 ... 0.1.3

Author SHA1 Message Date
60ed1e8fc5 Remove duplication of envFrom
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-15 21:55:01 +03:00
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 }}