From 8a62eda7a37b3e89ed2b893afc4ab4651cbfd8bb Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Sun, 16 May 2021 15:11:41 +0200 Subject: [PATCH] fix(argo-cd): correct alphabetical place of new values Signed-off-by: Marco Kilchhofer --- charts/argo-cd/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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