nwalens edited a comment on pull request #18249: URL: https://github.com/apache/airflow/pull/18249#issuecomment-995599940
> I don't _think_ you have a test that covers when you have a partial global security setting (say) UID, but a local security setting only GID > > Could you add that please? @ashb - On a second thought, I'm not sure we should test that. This PR does not allow for using UID and GID + securityContext + <node>.securityContext. If you set <node>.securityContext, the values set here will be used and all other values from UID, GID and securityContext ignored. They don't add on top of each other. The order they currently follow is <node>.securityContext > securityContext > (UID & GID). -- 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]
