-
Notifications
You must be signed in to change notification settings - Fork 201
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
ISSUE-711: add support for securityContext to SRS #712
base: master
Are you sure you want to change the base?
ISSUE-711: add support for securityContext to SRS #712
Conversation
@konire Can you fix the lint issues? |
Can you please have a look how to incoporate this on a global level for each chart? That gives the possibily to have it all in a universal way for the values.yaml files for each chart. Secondly it is important to also properly propagate it to the helpers, like Thanks! |
@reddy-srinivas @ravitejamekapega Can you review the PR? |
@@ -105,6 +105,10 @@ spec: | |||
value: "" | |||
resources: | |||
{{- toYaml .Values.srsRuntime.resources | nindent 12 }} | |||
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.
do we need the securityContext key if Values.srsRuntime.securityContext
is not provided in values.yaml?
Can you please add unit tests for the same?
#806 provides the required capabilities looking from this PR. Probably this can be closed. |
Fixes #711