feat(argo-workflows): Add support for UI columns configuration (#2098)
This commit is contained in:
parent
49c2ca2548
commit
e7c3090cbf
5 changed files with 12 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue