chore: Update manifests after change

This commit is contained in:
2025-12-09 23:32:40 +00:00
parent 648daeec0a
commit bbd2933aa1
1120 changed files with 30 additions and 1633 deletions

View File

@@ -1,5 +1,4 @@
---
# Source: cert-manager/charts/cert-manager/templates/webhook-rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
@@ -19,7 +18,6 @@ rules:
resourceNames:
- 'cert-manager-webhook-ca'
verbs: ["get", "list", "watch", "update"]
# It's not possible to grant CREATE permission on a single resourceName.
- apiGroups: [""]
resources: ["secrets"]
verbs: ["create"]