mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 04:09:38 +07:00
feat(argocd): enable read-only anonymous access
This commit is contained in:
parent
f5f3178f04
commit
436abf3782
@ -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"
|
||||
|
6
bootstrap/argocd/argocd-rbac-cm-patch.yaml
Normal file
6
bootstrap/argocd/argocd-rbac-cm-patch.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: argocd-rbac-cm
|
||||
data:
|
||||
policy.default: role:readonly
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user