ibm-messaging / mq-helm

Apache License 2.0
25 stars 33 forks source link

Installing haelm charts on openshift with NFS storage class #67

Closed lavalex closed 7 months ago

lavalex commented 7 months ago

Hello,

I'm trying to install helm charts with NFS storage class using this command:

helm install nativeha ./mq_helm/mq-helm/charts/ibm-mq --set license=accept,persistence.qmPVC.storageClassName=nfs-client,queueManager.name=QM1,security.context.supplementalGroups=65534,web.enable=true

Specifying 65534, because I ran into permissions problems and read it was a solution, but I get this error:

Error: INSTALLATION FAILED: template: ibm-mq/templates/stateful-set.yaml_keep:114:35: executing "ibm-mq/templates/stateful-set.yaml_keep" at <.Values.security.context.supplementalGroups>: range can't iterate over 65534

Can you please advice?

thank you.

lavalex commented 7 months ago

Please ignore, I misread that it was a list .....