fix(argo-cd): Fix server.config.url and slack service account (#1208)

* fix(argo-cd): Set 'server.config.url' to empty string

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* fix(argo-cd): Do not create slack service account

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2022-04-02 20:44:48 +02:00 committed by GitHub
parent 4b80adcfd8
commit d542b1e426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 8 deletions

View file

@ -1152,7 +1152,7 @@ server:
# @default -- See [values.yaml]
config:
# Argo CD's externally facing base URL (optional). Required when configuring SSO
url: https://argocd.example.com
url: ""
# Argo CD instance label key
application.instanceLabelKey: argocd.argoproj.io/instance