feat(argocd): enable read-only anonymous access

This commit is contained in:
Khue Doan 2021-12-24 14:40:29 +07:00
parent f5f3178f04
commit 436abf3782
3 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@ kind: ConfigMap
metadata:
name: argocd-cm
data:
users.anonymous.enabled: "true"
resource.customizations.health.argoproj.io_Application: |
hs = {}
hs.status = "Progressing"

View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-rbac-cm
data:
policy.default: role:readonly

View File

@ -10,5 +10,6 @@ resources:
patches:
- path: argocd-server-deployment-patch.yaml
- path: argocd-cm-patch.yaml
- path: argocd-rbac-cm-patch.yaml
namespace: argocd