adutra commented on code in PR #602:
URL: https://github.com/apache/polaris/pull/602#discussion_r1901956160


##########
helm/polaris/templates/deployment.yaml:
##########
@@ -56,6 +56,10 @@ spec:
           imagePullPolicy: {{ tpl .Values.toolsImage.pullPolicy . }}
           command: ["jar"]
           args: ["-cf", "/eclipselink-config/conf.jar", "-C", "/secret", 
"persistence.xml"]
+          {{- if .Values.securityContext}}
+          securityContext:

Review Comment:
   @Gerrit-K I'm OK with your plan. If @MonkeyCanCode is OK too, we can merge 
this PR as is and refactor later.
   
   (And sorry for dragging you into this refactoring business 😅)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to