mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-29 23:03:11 +00:00
This allows for doing stuff like this on the custom resource: ``` security_context_settings: runAsUser: 1000 runAsGroup: 0 ``` I added `snakeCaseParameters: False` because without it, variables like `runAsUser` become `run_as_user`... and that doesnt work.