adds argo url to values.yaml
This commit is contained in:
parent
30affcacb0
commit
f80d15fe32
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ configs:
|
|||
params:
|
||||
server.insecure: true
|
||||
server.basehref: /argocd
|
||||
# server.rootpath: /argocd
|
||||
server.rootpath: /argocd
|
||||
cm:
|
||||
application.resourceTrackingMethod: annotation
|
||||
timeout.reconciliation: 60s
|
||||
|
@ -21,6 +21,7 @@ configs:
|
|||
clusters:
|
||||
- "*"
|
||||
accounts.provider-argocd: apiKey
|
||||
url: https://{{{ .Env.DOMAIN }}}/argocd
|
||||
oidc.config: |
|
||||
name: Keycloak
|
||||
issuer: https://factory-192-168-198-2.traefik.me/keycloak/realms/cnoe
|
||||
|
|
Loading…
Reference in a new issue