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

@ -256,6 +256,8 @@ controller:
# -- Configure Argo Server to show custom [links]
## Ref: https://argoproj.github.io/argo-workflows/links/
links: []
# -- Set ui navigation bar background color
navColor: ""
clusterWorkflowTemplates:
# -- Create a ClusterRole and CRB for the controller to access ClusterWorkflowTemplates.
enabled: true