...
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 PodSecurityPolicy. How to do it is explained in the instructions below.
\uD83D\uDCD8 Instructions
Get the values from the Helm chart
Code Block language bash helm show values hivemq/hivemq-operator > my-values.yaml
Disable the PSP
Code Block language yaml global: rbac: pspEnabled: false
Deploy the chart
Code Block language bash helm upgrade my-hivemq \ --install hivemq/hivemq-operator \ --values my-values.yaml \ --namespace my-namespace
\uD83D\uDCCB Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|