Open elfelip opened 1 year ago
Facing the same exact issue, would love to know a possible fix for this
Please try to set .Values.pspEnabled to false
to avoid this.
I tried this in in my values.yaml but does not seem to fix the issue: rbac: pspEnabled: false
Do I have to set more values in this section?
@elfelip @Jdavid77 Deleting helm releases history in ConfigMaps/Secrets(depending on your HELM_DRIVER) solved it. It is not ideal. But it works for some cases. Apparently it is something related to how helm updates things
Possible duplicate of #1746
When I try to deploy Grafana on my OKD 4.12 cluster using the helm chart I have the following error message "Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: resource mapping not found for name: \"my-release\" namespace: \"\" from \"\": no matches for kind \"PodSecurityPolicy\" in version \"policy/v1beta1\"\nensure CRDs are installed first\n
It seems that podsecuritypolicy have been deprecated since Kubernetes 1.21 and removed in 1.25
https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/
Is it possible to use the chart without PodSecurtityPolicy?