nwalens removed a comment on pull request #18249: URL: https://github.com/apache/airflow/pull/18249#issuecomment-959879038
@jedcunningham fort he chown, we cannot rely on container user and group as the initContainer has runAsUser hardcoded to 0, since it must run as root to set the permissions, and someone might want to set the runAsGroup, together with fsGroup, with different values which would cause a problem there. I added a | default to the values though so we make sure we will always have something sane to set there. -- 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]
