-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
fix: adapt chart for OpenShift #32
Conversation
runAsGroup: 10000 | ||
fsGroup: 10000 | ||
fsGroupChangePolicy: "OnRootMismatch" | ||
{{- if .Values.fileServer.securityContext.enabled }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some OpenShift environments are not too happy about specific user IDs or groups. Thus, exposing configuration to disable this securityContext.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding quite common (from Bitnami charts) patterns for defining images, pullPolicy and resources.
digest: '' | ||
pullPolicy: Always | ||
resources: | ||
limits: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some OpenShift environments require limits to be specified. Thus, exposing them on configuration.
@@ -1,11 +1,94 @@ | |||
image: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically removal of image.tag
will be a breaking change for this update. If you are ok with this change, I will go and update remaining READMEs and examples.
d665136
to
4ced1be
Compare
4ced1be
to
80c1f8a
Compare
Rebased for messagequeue changes. |
Thank you @scritchley @rarmatei ! |
No description provided.