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
|
|
@ -305,6 +305,9 @@ controller:
|
|||
# -- Configure Argo Server to show custom [links]
|
||||
## Ref: https://argoproj.github.io/argo-workflows/links/
|
||||
links: []
|
||||
# -- Configure Argo Server to show custom [columns]
|
||||
## Ref: https://github.com/argoproj/argo-workflows/pull/10693
|
||||
columns: []
|
||||
# -- Set ui navigation bar background color
|
||||
navColor: ""
|
||||
clusterWorkflowTemplates:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue