ansible/awx-operator
View on GitHubAdd podSpec/podTemplate/statefuSet field to override pod settings
Open
#479 opened on Jul 28, 2021
component:operatorhelp wantedtype:enhancement
Repository metrics
- Stars
- (1,488 stars)
- PR merge metrics
- (PR metrics pending)
Description
Many kubernetes operators add a field called podSpec/podTemplate that allows the user to override pod´s configuration with custom properties.
Examples:
This will be extremely useful, since we could add securityContext, dnsPolicy, dnsConfig, ...
My main case is to add dnsPolicy and dnsConfig, but this would allow the user to provide all these fields. Another solution would be adding specific fields for securityContext, dnsPolicy, dnsConfig... to the CRD.