mirror of
https://github.com/khuedoan/homelab.git
synced 2025-08-04 09:09:33 +07:00
refactor(argocd): disable anonymous read
This commit is contained in:
@ -2,11 +2,8 @@ argo-cd:
|
|||||||
server:
|
server:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- --insecure
|
- --insecure
|
||||||
rbacConfig:
|
|
||||||
policy.default: role:readonly
|
|
||||||
config:
|
config:
|
||||||
statusbadge.enabled: 'true'
|
statusbadge.enabled: 'true'
|
||||||
users.anonymous.enabled: 'true'
|
|
||||||
resource.customizations.health.argoproj.io_Application: |
|
resource.customizations.health.argoproj.io_Application: |
|
||||||
hs = {}
|
hs = {}
|
||||||
hs.status = "Progressing"
|
hs.status = "Progressing"
|
||||||
|
Reference in New Issue
Block a user