You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/28 16:11:43 UTC

[GitHub] [airflow] nwalens edited a comment on pull request #18249: Add support for securityContext per deployment

nwalens edited a comment on pull request #18249:
URL: https://github.com/apache/airflow/pull/18249#issuecomment-929370861


   Basic tests should be working fine and behaving the same as the current chart.
   @jedcunningham should I remove the previous **uid** and **gid** fields from values.yaml and documentation? As far as this PR goes, they are being replaced by the **podSecurity** parameter.
   
   Basically, when a configuration is not set for a component, it will default to **podSecurity.securityContext** or **podSecurity.containerSecurityContext**.
   
   securityContext will be set for the whole Pod and containerSecurityContext for each container within the pod.
   It does respect the options set for specific addons like git-sync.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org