eladkal commented on code in PR #50223:
URL: https://github.com/apache/airflow/pull/50223#discussion_r2083422946
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -180,6 +180,7 @@ class KubernetesPodOperator(BaseOperator):
If more than one secret is required, provide a
comma separated list: secret_a,secret_b
:param service_account_name: Name of the service account
+ :param automount_service_account_token: If False, the pod will opt out of
service account token automounting.
Review Comment:
```suggestion
:param automount_service_account_token: indicates whether pods running
as this service account should have an API token automatically mounted
```
To fix spell check. I used the doc string of the K8S SDK
https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ServiceAccount.md
--
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]