feat(argo-workflows): Add support for UI columns configuration (#2098)

This commit is contained in:
Simon Hewitt 2023-06-07 20:48:05 -07:00 committed by GitHub
parent 49c2ca2548
commit e7c3090cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 3 deletions

View file

@ -163,6 +163,9 @@ data:
{{- with .Values.controller.links }}
links: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.columns }}
columns: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.navColor }}
navColor: {{ . }}
{{- end }}