chore: Update manifests after change

This commit is contained in:
2025-12-07 04:21:41 +00:00
parent ea18ba92da
commit 7636d19fc5
75 changed files with 12 additions and 128 deletions

View File

@@ -1,5 +1,4 @@
---
# Source: argocd/charts/argo-cd/templates/argocd-applicationset/role.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
@@ -83,8 +82,6 @@ rules:
- get
- list
- watch
# argocd-applicationset-controller leader election rules
# Create with resourceNames fails, so use a separate rule for the lease creation
- apiGroups:
- coordination.k8s.io
resources:
@@ -96,7 +93,6 @@ rules:
resources:
- leases
resourceNames:
# Defined in `cmd/argocd-applicationset-controller/commands/applicationset_controller.go`
- 58ac56fa.applicationsets.argoproj.io
verbs:
- get