Open lunyi opened 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 ?
HI @lunyi what version of OpenShift are you installing on?
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 ?