remove dependencies
This commit is contained in:
@@ -15,23 +15,23 @@ argo-cd:
|
||||
- '.spec.template.spec.hostUsers'
|
||||
timeout.reconciliation: 100s
|
||||
timeout.reconciliation.jitter: 60s
|
||||
url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
||||
# url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
||||
statusbadge.enabled: true
|
||||
dex.config: |
|
||||
connectors:
|
||||
- config:
|
||||
issuer: https://auth-cl01tl.boreal-beaufort.ts.net/application/o/argocd/
|
||||
clientID: $argocd-oidc-secret:client
|
||||
clientSecret: $argocd-oidc-secret:secret
|
||||
insecureEnableGroups: true
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
- groups
|
||||
name: authentik
|
||||
type: oidc
|
||||
id: authentik
|
||||
# dex.config: |
|
||||
# connectors:
|
||||
# - config:
|
||||
# issuer: https://auth-cl01tl.boreal-beaufort.ts.net/application/o/argocd/
|
||||
# clientID: $argocd-oidc-secret:client
|
||||
# clientSecret: $argocd-oidc-secret:secret
|
||||
# insecureEnableGroups: true
|
||||
# scopes:
|
||||
# - openid
|
||||
# - profile
|
||||
# - email
|
||||
# - groups
|
||||
# name: authentik
|
||||
# type: oidc
|
||||
# id: authentik
|
||||
rbac:
|
||||
policy.csv: |
|
||||
g, ArgoCD Admins, role:admin
|
||||
@@ -40,7 +40,7 @@ argo-cd:
|
||||
server:
|
||||
replicas: 2
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
controller: generic
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
|
Reference in New Issue
Block a user