feat(argo-workflows): add support workflow-controller-configmap navColor (#1276)

Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
This commit is contained in:
Ken Kaizu 2022-05-25 18:30:08 +09:00 committed by GitHub
parent 5f33394042
commit 760fe39dc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View file

@ -103,3 +103,6 @@ data:
{{- with .Values.controller.links }}
links: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.navColor }}
navColor: {{ . }}
{{- end }}