Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

unable to recognize "": no matches for kind "SecurityContextConstraints" #253

Open lunyi opened 3 years ago

lunyi commented 3 years ago

I I install as the below command

helm install oteemocharts/sonarqube --set OpenShift.enabled=true,\ serviceAccount.create=true,\ postgresql.serviceAccount.enabled=true,\ postgresql.securityContext.enabled=false,\ postgresql.volumePermissions.enabled=true,\ postgresql.volumePermissions.securityContext.runAsUser="auto"

and got error Error: failed pre-install: unable to build kubernetes object for deleting hook sonarqube/templates/sonarqube-scc.yaml: unable to recognize "": no matches for kind "SecurityContextConstraints" in version "security.openshift.io/v1"

can you check it ?

mtcolman commented 2 years ago

HI @lunyi what version of OpenShift are you installing on?