snazy commented on code in PR #1080: URL: https://github.com/apache/polaris/pull/1080#discussion_r1974220596
########## helm/polaris/values.yaml: ########## @@ -67,18 +67,21 @@ revisionHistoryLimit: ~ # -- Security context for the polaris pod. See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/. podSecurityContext: - {} - # fsGroup: 2000 + # -- GID 10001 is compatible with Polaris OSS default images; change this if you are using a different image. Review Comment: ```suggestion # -- GID 10001 is for the Polaris OSS default images; only change this if you are using a different image. ``` (and similar for the UID below) WDYT? -- 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]
