jedcunningham commented on a change in pull request #22663:
URL: https://github.com/apache/airflow/pull/22663#discussion_r839874230



##########
File path: chart/values.yaml
##########
@@ -1297,6 +1297,13 @@ redis:
     # Annotations to add to worker kubernetes service account.
     annotations: {}
 
+  uid: 999

Review comment:
       Using 999 as the default does change the behavior as it runs as `redis` 
not `root`, but that worked for me even if the redis db was owned as `root`. If 
we want to be extra safe though, we might consider defaulting to 0 instead. 
Thoughts?

##########
File path: chart/values.yaml
##########
@@ -1297,6 +1297,13 @@ redis:
     # Annotations to add to worker kubernetes service account.
     annotations: {}
 
+  uid: 999

Review comment:
       Using `999` as the default does change the behavior as it runs as 
`redis` not `root`, but that worked for me even if the redis db was owned as 
`root`. If we want to be extra safe though, we might consider defaulting to 0 
instead. Thoughts?




-- 
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