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:
parent
4b80adcfd8
commit
d542b1e426
7 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue