sonatype / operator-nxrm3

IBM Operator for Nexus Repo Manager 3
16 stars 6 forks source link

INT-5337 eliminate fsGroup that causes failures #28

Closed jflinchbaugh closed 3 years ago

jflinchbaugh commented 3 years ago

remove the default fsGroup that is no longer appropriate for newer openshift

JIRA: https://issues.sonatype.org/browse/INT-5337 Jenkins: https://jenkins.ci.sonatype.dev/job/integrations/job/cloud/job/operator-nxrm3/job/feature-snapshots/job/INT-5337-deployment-fixes/

adrianpowell commented 3 years ago

@jflinchbaugh how was this issue found? Is there a way that we can stay on top of these?

jflinchbaugh commented 3 years ago

@jflinchbaugh how was this issue found? Is there a way that we can stay on top of these?

I found it when trying to get the old version deployed on the latest openshift CRC. fortunately, I could dig around in the logs of the Deployment object and recognize the error. this may have been something that was previously allowed (and/or ignored?), but now it's gotten more strict during validation. I expect regular releases should help keep on top of this.