Nataneljpwd commented on code in PR #59215:
URL: https://github.com/apache/airflow/pull/59215#discussion_r2637792310
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -264,6 +264,7 @@ class KubernetesPodOperator(BaseOperator):
KILL_ISTIO_PROXY_SUCCESS_MSG = "HTTP/1.1 200"
POD_CHECKED_KEY = "already_checked"
POST_TERMINATION_TIMEOUT = 120
+ BASE_CONTAINER_NAME_ANNOTATION_KEY =
"airflow.apache.org/base-container-name"
Review Comment:
I think it should be 'org.apache.airflow' instead, as per conventions on
apache products
--
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]