mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update argocd
This commit is contained in:
parent
2cbc329a39
commit
3575572a65
1 changed files with 8 additions and 1 deletions
|
|
@ -50,6 +50,13 @@ argo-cd:
|
||||||
name: authentik
|
name: authentik
|
||||||
type: oidc
|
type: oidc
|
||||||
id: authentik
|
id: authentik
|
||||||
|
resource.inclusions: |
|
||||||
|
- apiGroups:
|
||||||
|
- "*"
|
||||||
|
kinds:
|
||||||
|
- "Endpoints"
|
||||||
|
clusters:
|
||||||
|
- "*"
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
|
@ -60,4 +67,4 @@ argo-cd:
|
||||||
|
|
||||||
server:
|
server:
|
||||||
route:
|
route:
|
||||||
enabled: false
|
enabled: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue