Files
infrastructure/clusters/cl01tl/manifests/external-secrets/ClusterRole-external-secrets-cert-controller.yaml
gitea-bot 2b964109c4 Automated Manifest Update (#4929)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `96eae46` (on `96eae46b5e53fce0c6d8a889e0e309f149806d6e`)
- **Charts Updated**: `kube-prometheus-stack`

### Update Details (2026-03-20 21:51 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `c1175d4` (on `c1175d4cbd0095bb5298039d31fb1ece43f7a309`)
- **Charts Updated**: `postiz`

### Update Details (2026-03-20 21:52 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `71eddc4` (on `71eddc44e349ab5fb7d21a25ed194b2439f524e3`)
- **Charts Updated**: `external-secrets`

Reviewed-on: #4929
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-20 21:55:18 +00:00

82 lines
1.6 KiB
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: external-secrets-cert-controller
labels:
helm.sh/chart: external-secrets-2.2.0
app.kubernetes.io/name: external-secrets-cert-controller
app.kubernetes.io/instance: external-secrets
app.kubernetes.io/version: "v2.2.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- "apiextensions.k8s.io"
resources:
- "customresourcedefinitions"
verbs:
- "get"
- "list"
- "watch"
- "update"
- "patch"
- apiGroups:
- "admissionregistration.k8s.io"
resources:
- "validatingwebhookconfigurations"
verbs:
- "list"
- "watch"
- "get"
- apiGroups:
- "admissionregistration.k8s.io"
resources:
- "validatingwebhookconfigurations"
resourceNames:
- "secretstore-validate"
- "externalsecret-validate"
verbs:
- "update"
- "patch"
- apiGroups:
- ""
resources:
- "endpoints"
verbs:
- "list"
- "get"
- "watch"
- apiGroups:
- "discovery.k8s.io"
resources:
- "endpointslices"
verbs:
- "list"
- "get"
- "watch"
- apiGroups:
- ""
resources:
- "events"
verbs:
- "create"
- "patch"
- apiGroups:
- ""
resources:
- "secrets"
verbs:
- "get"
- "list"
- "watch"
- "update"
- "patch"
- apiGroups:
- "coordination.k8s.io"
resources:
- "leases"
verbs:
- "get"
- "create"
- "update"
- "patch"