diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 50395529..d0f813bb 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -887,13 +887,6 @@ repoServer: ## Argo Configs configs: - ## Custom CSS Styles - ## Reference: https://argo-cd.readthedocs.io/en/stable/operator-manual/custom-styles/ - # styles: | - # .nav-bar { - # background: linear-gradient(to bottom, #999, #777, #333, #222, #111); - # } - ## External Cluster Credentials ## reference: ## - https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/#clusters @@ -1026,5 +1019,12 @@ configs: # Password modification time defaults to current time if not set # argocdServerAdminPasswordMtime: "2006-01-02T15:04:05Z" + ## Custom CSS Styles + ## Reference: https://argo-cd.readthedocs.io/en/stable/operator-manual/custom-styles/ + # styles: | + # .nav-bar { + # background: linear-gradient(to bottom, #999, #777, #333, #222, #111); + # } + openshift: enabled: false