From 25a5994df0f3d96541b1443d3f7ffa3c9a61b6aa Mon Sep 17 00:00:00 2001 From: krrrr38 Date: Sat, 22 Jan 2022 09:12:16 +0900 Subject: [PATCH] chore: update navColor configmap docs Signed-off-by: krrrr38 --- docs/workflow-controller-configmap.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/workflow-controller-configmap.yaml b/docs/workflow-controller-configmap.yaml index 3db327bf7007d..fb47509182117 100644 --- a/docs/workflow-controller-configmap.yaml +++ b/docs/workflow-controller-configmap.yaml @@ -38,7 +38,7 @@ data: nodeEvents: | enabled: true - # uncomment flowing lines if workflow controller runs in a different k8s cluster with the + # uncomment following lines if workflow controller runs in a different k8s cluster with the # workflow workloads, or needs to communicate with the k8s apiserver using an out-of-cluster # kubeconfig secret # kubeConfig: @@ -74,6 +74,9 @@ data: scope: chat url: http://my-chat + # uncomment following lines if you want to change navigation bar background color + # navColor: red + # artifactRepository defines the default location to be used as the artifact repository for # container artifacts. artifactRepository: |