To run the hivemq-operator helm chart on Kubernetes v1.25 the PSP is deprecated. At the moment we don't have an alternative to enforce security policies, so this should be considered a workaround. The workaround is to disable the PSP.
\uD83D\uDCD8 Instructions
Get the values from the Helm chart
helm show values hivemq/hivemq-operator > my-values.yaml
Disable the PSP
global: rbac: pspEnabled: false
Deploy the chart
helm upgrade my-hivemq \ --install hivemq/hivemq-operator \ --values my-values.yaml \ --namespace my-namespace
\uD83D\uDCCB Related articles
Filter by label
There are no items with the selected labels at this time.