philthynz opened a new issue, #41630:
URL: https://github.com/apache/airflow/issues/41630
### Official Helm Chart version
1.15.0 (latest released)
### Apache Airflow version
2.9.3
### Kubernetes Version
v1.26.15+4818370
### Helm Chart configuration
```
securityContexts: {}
```
### Docker Image customizations
_No response_
### What happened
.securityContexts should allow us to remove the block entirely for openshift
compatibility. Bitnami have done the same in their image
https://github.com/bitnami/charts/blob/f7bd58e4b2842e0bf1bf2dcd0288beea98dd87a9/bitnami/airflow/values.yaml#L29
This is needed when users like myself do not have cluster admin rights to
assign scc's to service accounts.
### What you think should happen instead
Allow .securityContexts to be removed
### How to reproduce
In an openshift cluster, try to deploy as a project admin.
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.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]