Files
infrastructure/clusters/cl01tl/manifests/cloudnative-pg/ClusterRole-cloudnative-pg-edit.yaml
gitea-bot 6293686e21 Automated Manifest Update (#5378)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `273d571` (on `273d571fdee5624e0e508eb390ce2d9d8ac6fcf0`)
- **Charts Updated**: `home-assistant`

### Update Details (2026-04-01 21:26 UTC)
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `1a732dd` (on `1a732ddfcc66a18a161f0e68ae6e366baadde070`)
- **Charts Updated**: `cloudnative-pg`

Reviewed-on: #5378
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-04-01 22:24:29 +00:00

32 lines
710 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cloudnative-pg-edit
labels:
helm.sh/chart: cloudnative-pg-0.28.0
app.kubernetes.io/name: cloudnative-pg
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/version: "1.29.0"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- postgresql.cnpg.io
resources:
- backups
- clusters
- clusters/status
- databases
- failoverquorums
- poolers
- publications
- scheduledbackups
- imagecatalogs
- clusterimagecatalogs
- subscriptions
verbs:
- create
- delete
- deletecollection
- patch
- update