fsellecchia opened a new pull request, #30759:
URL: https://github.com/apache/airflow/pull/30759

   closes: #30722
   Add support to disable automountServiceAccountToken when creating 
ServiceAccounts via helm chart templates.
   
   With this change you can add line below in `serviceAccount` section your 
`values.yaml`
   
   ` serviceAccount:
   
       # Specifies whether a ServiceAccount should be created
       create: true
       # The name of the ServiceAccount to use.
       # If not set and create is true, a name is generated using the release 
name
       name: ~
      
       automountServiceAccountToken: false
   
       # Annotations to add to webserver kubernetes service account.
       annotations: { }
   `
   If not set in values.yaml the ServiceAccount will be created with default 
value for ~ `automountServiceAccountToken`, which currently is `true`
   


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