Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  1. Get the values from the Helm chart

    helm show values hivemq/hivemq-operator > my-values.yaml
  2. Disable the PSP

    global:
      rbac:
        pspEnabled: false
  3. Deploy the chart

    helm upgrade my-hivemq \
      --install hivemq/hivemq-operator \
      --values my-values.yaml \
      --namespace my-namespace

Filter by label

There are no items with the selected labels at this time.

  • No labels