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/06/15 23:15:25 UTC

[GitHub] [airflow] jedcunningham commented on issue #16237: Add support for types of Secrets in Kubernetes

jedcunningham commented on issue #16237:
URL: https://github.com/apache/airflow/issues/16237#issuecomment-861894093


   Hey @alexInhert!
   
   Airflow Secret != K8s Secret. Basically the Airflow Secret is a helper to simplify using an existing K8s Secret into a pod, not a way to define a secret. For instance, instead of having to build both a Volume and VolumeMount you can represent both with an Airflow Secret and let Airflow deal with the specifics.
   
   Can you expand on what you are trying to do? 


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

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