We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using puppetserver-helm-chart 9.1.0 with the r01k Deployment (non-sidecar) I was getting permissions denied on the r10k pod.
/bin/sh: /etc/puppetlabs/puppet/r10k_code_entrypoint.sh: Permission denied
I am unsure about the changes in PR187 and if they relate.
I fixed this by editing https://github.com/puppetlabs/puppetserver-helm-chart/blob/master/templates/puppet-r10k-deployment.yaml spec.template.spec.securityContext.fsGroup: {{ .Values.global.securityContext.runAsGroup }}.
spec.template.spec.securityContext.fsGroup: {{ .Values.global.securityContext.runAsGroup }}
Maybe I should create a .Values.global.securityContext.fsGroup and use that instead? If there is a preference then I will submit a PR.
.Values.global.securityContext.fsGroup
The text was updated successfully, but these errors were encountered:
@ke5C2Fin Yes - please create .Values.global.securityContext.fsGroup.
Thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using puppetserver-helm-chart 9.1.0 with the r01k Deployment (non-sidecar) I was getting permissions denied on the r10k pod.
I am unsure about the changes in PR187 and if they relate.
I fixed this by editing https://github.com/puppetlabs/puppetserver-helm-chart/blob/master/templates/puppet-r10k-deployment.yaml
spec.template.spec.securityContext.fsGroup: {{ .Values.global.securityContext.runAsGroup }}
.Maybe I should create a
.Values.global.securityContext.fsGroup
and use that instead?If there is a preference then I will submit a PR.
The text was updated successfully, but these errors were encountered: