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
When trying to upgrade to the Helm chart using the following settings in the values.yaml:
securityContext: runAsUser: 1000 readOnlyRootFilesystem: true
The cmd errors out with:
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.securityContext): unknown field "readOnlyRootFilesystem" in io.k8s.api.core.v1.PodSecurityContext
Happening on:
1.24.10
2.11.16
Is this supported or planning to be supported? I haven't found it as an option in the Helm chart values file nor in the project documentation.
Thank you,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to upgrade to the Helm chart using the following settings in the values.yaml:
The cmd errors out with:
Happening on:
1.24.10
2.11.16
Is this supported or planning to be supported? I haven't found it as an option in the Helm chart values file nor in the project documentation.
Thank you,
The text was updated successfully, but these errors were encountered: