fix: envFrom for repoServer
Signed-off-by: Michał Czeraszkiewicz <contact@czerasz.com>
This commit is contained in:
parent
eb659b10c3
commit
83fe17b863
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ spec:
|
|||
value: argocd
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.openshift.envFrom }}
|
||||
{{- with .Values.repoServer.envFrom }}
|
||||
envFrom: {{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue