1a9740b0f7
cephrgw-operator v0.3.1 logs a startup warning when its installed CRDs are missing or older than the operator (operator #6), which needs to read the CustomResourceDefinition objects. Bump image and CRDs together and grant the new RBAC. - bump the operator image and the CRD install.yaml tag to v0.3.1 - add apiextensions.k8s.io/customresourcedefinitions get;list to the operator ClusterRole so the startup check is not RBAC-denied Claude-Session: https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM
15 lines
421 B
YAML
15 lines
421 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
# CRDs are pulled from the cephrgw-operator repo at the matching tag rather
|
|
# than vendored here, so they never drift from the operator.
|
|
- https://git.unkin.net/unkin/cephrgw-operator/raw/tag/v0.3.1/config/crd/install.yaml
|
|
- rbac.yaml
|
|
- deployment.yaml
|
|
- vaultauth.yaml
|
|
- vaultstaticsecret.yaml
|
|
- vpa.yaml
|