Provide configuration support for nodeSelector, podAnnotations, and resources #1221
Labels
kep/24
Map and array parameter types
kep/25
Template function toYaml
kep/26
Parameter value files
kind/enhancement
Milestone
What would you like to be added:
The possibility to configure operator deployment parameters such as
nodeSelector
,podAnnotations
, andresources
.Why is this needed:
Currently, there's no structured way to provide the requested configuration. While it is possible to develop a workaround for
resources
by explicitly exposing all the required fields - there's no way to provide either a key-value collection forpodAnnotations
andnodeSelectors
or a complex parameter in a YAML format for such a property aspodAffinity
.In Helm, this problem is solved by using
values
files and a customtoYaml
templating function which allows specification of any of these parameters in a valid YAML syntax in the file.Examples:
nodeSelector
podAnnotations
The text was updated successfully, but these errors were encountered: