ansible/awx-operator

Add podSpec/podTemplate/statefuSet field to override pod settings

Open

#479 opened on Jul 28, 2021

View on GitHub
 (1 comment) (13 reactions) (0 assignees)Jinja (712 forks)auto 404
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.

Contributor guide