refactor(argocd): disable anonymous read

This commit is contained in:
Khue Doan
2022-01-01 11:10:48 +07:00
parent 9a017980ad
commit f8fa3858f6

View File

@ -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"