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:
|
params:
|
||||||
server.insecure: true
|
server.insecure: true
|
||||||
server.basehref: /argocd
|
server.basehref: /argocd
|
||||||
# server.rootpath: /argocd
|
server.rootpath: /argocd
|
||||||
cm:
|
cm:
|
||||||
application.resourceTrackingMethod: annotation
|
application.resourceTrackingMethod: annotation
|
||||||
timeout.reconciliation: 60s
|
timeout.reconciliation: 60s
|
||||||
|
@ -21,6 +21,7 @@ configs:
|
||||||
clusters:
|
clusters:
|
||||||
- "*"
|
- "*"
|
||||||
accounts.provider-argocd: apiKey
|
accounts.provider-argocd: apiKey
|
||||||
|
url: https://{{{ .Env.DOMAIN }}}/argocd
|
||||||
oidc.config: |
|
oidc.config: |
|
||||||
name: Keycloak
|
name: Keycloak
|
||||||
issuer: https://factory-192-168-198-2.traefik.me/keycloak/realms/cnoe
|
issuer: https://factory-192-168-198-2.traefik.me/keycloak/realms/cnoe
|
||||||
|
|
Loading…
Reference in a new issue