fix: envFrom for repoServer

Signed-off-by: Michał Czeraszkiewicz <contact@czerasz.com>
This commit is contained in:
Michał Czeraszkiewicz 2021-05-24 00:33:28 +02:00
parent eb659b10c3
commit 83fe17b863

View file

@ -67,7 +67,7 @@ spec:
value: argocd
{{- end }}
{{- end }}
{{- with .Values.openshift.envFrom }}
{{- with .Values.repoServer.envFrom }}
envFrom: {{- toYaml . | nindent 8 }}
{{- end }}
volumeMounts: