white-cartoon-58880
03/31/2025, 5:48 PMmanagedAccessRules
to maester.enabled = true
in k8s, but switching the helm values and updating the helm release, I end up with MountVolume.SetUp failed for volume "oathkeeper-rules-volume" : configmap "oathkeeper-rules" not found
Im not sure why the oathkeeper-rules
configmap is not being defined, trying to figure out by reading the helm charts, but a bit difficultwhite-cartoon-58880
03/31/2025, 5:52 PMERROR Could not wait for Cache to sync {"controller": "rule", "controllerGroup": "oathkeeper.ory.sh", "controllerKind": "Rule", "error": "failed to wait for rule caches to sync: timed out waiting for cache to be synced for Kind *v1alpha1.Rule"}
{"error": "failed to get API group resources: unable to retrieve the complete list of server APIs: oathkeeper.ory.sh/v1alpha1: the server could not find the requested resource"}
Which is weird, helm is supposed to apply the CRD'swhite-cartoon-58880
03/31/2025, 5:52 PMwhite-cartoon-58880
03/31/2025, 6:18 PM<https://raw.githubusercontent.com/ory/k8s/refs/heads/master/helm/charts/oathkeeper-maester/crds/crd-rules.yaml>
, I can stop the oathkeeper-maester errors. But I still got the missing oathkeeper-rules
configmap, which stops oathkeeper
from startingwhite-cartoon-58880
03/31/2025, 6:41 PMoathkeeper-rules
configmap.. and then oathkeeper also startswhite-cartoon-58880
03/31/2025, 6:41 PM