Originally posted by stevenrenaud April 7, 2023
Hello,
Good job with ManageIQ.
I struggle a little while deploying in Azure AKS with operator.
Is there any way to add the SecurityOption : runAsUser: XXXX through the Operator ?
I can't achieve to deploy without.
If i remove operator and i apply the config in every deployment everything is OK.
someting like this :
` securityContext:
capabilities:
drop:
- ALL
privileged: false
runAsUser: 65532
runAsNonRoot: true
allowPrivilegeEscalation: false
`
Discussed in https://github.com/orgs/ManageIQ/discussions/22449
Originally posted by stevenrenaud April 7, 2023
Hello,
Good job with ManageIQ.
I struggle a little while deploying in Azure AKS with operator.
Is there any way to add the SecurityOption : runAsUser: XXXX through the Operator ?
I can't achieve to deploy without.
If i remove operator and i apply the config in every deployment everything is OK.
someting like this :
` securityContext:
`