Image for webhook can be specified, but no imagePullSecrets can be given. Most customers depending on changing the image/repo will also have to give credentials for their company container registries.
For the HiveMQ K8s image, imagePullSecrets can be given but there is no hint about that in values.yaml, only in hivemqCluster.json. Would be more user friendly if all possible settings are given in values.yaml (and just commented out).
https://github.com/hivemq/helm-charts/blob/dea201c0175ec5e456abc6b5851fa5a4318db1df/charts/hivemq-operator/templates/hivemq-operator/admission-webhooks/job-patch/job-patchWebhook.yaml#L32-L47
Image for webhook can be specified, but no imagePullSecrets can be given. Most customers depending on changing the image/repo will also have to give credentials for their company container registries.
For the HiveMQ K8s image, imagePullSecrets can be given but there is no hint about that in
values.yaml
, only inhivemqCluster.json
. Would be more user friendly if all possible settings are given invalues.yaml
(and just commented out).@patrickjahns