Automated Manifest Update (#2305)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2305 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2305.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
# Source: argocd/charts/argo-cd/templates/argocd-server/clusterrole.yaml
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
@@ -18,15 +17,15 @@ rules:
|
||||
resources:
|
||||
- '*'
|
||||
verbs:
|
||||
- delete # supports deletion a live object in UI
|
||||
- get # supports viewing live object manifest in UI
|
||||
- patch # supports `argocd app patch`
|
||||
- delete
|
||||
- get
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- events
|
||||
verbs:
|
||||
- list # supports listing events in UI
|
||||
- list
|
||||
- create
|
||||
- apiGroups:
|
||||
- ""
|
||||
@@ -34,7 +33,7 @@ rules:
|
||||
- pods
|
||||
- pods/log
|
||||
verbs:
|
||||
- get # supports viewing pod logs from UI
|
||||
- get
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user