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
|
value: argocd
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.openshift.envFrom }}
|
{{- with .Values.repoServer.envFrom }}
|
||||||
envFrom: {{- toYaml . | nindent 8 }}
|
envFrom: {{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue