brancof commented on PR #51814:
URL: https://github.com/apache/airflow/pull/51814#issuecomment-3006517971

   @eladkal I believe the 
`/helm-tests/tests/helm_tests/security/test_scc_rolebinding.py` was failing 
(`test_create_scc` and `test_create_scc_worker_only`) because there is no entry 
for the api-server resource. 
   
   Ref: 
https://github.com/apache/airflow/actions/runs/15693620873/job/44214695300
   
   Since the changes add the api-server service account reference to the list 
of subjects (in the `ClusterRoleBinding`), and since by default in v3 the API 
server is enabled, the tests are failing. 
    
    
    Possible solution:
    - Add an "or" logic, i.e. it is `release-name-airflow-webserver` or 
`release-name-airflow-api-server`
    
    I just don't know if more tests are required because of this (api-server 
enabled, or webserver enabled).


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to