-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using? e.g. head of master
- Where do you run it - cloud or metal? Kubernetes or OpenShift? N/A
- Are you running Postgres Operator in production? no
- Type of issue? feature request
It sounds like the ConfigMap based configuration is deprecated, in favor of the OperatorCRD based configuration. Could we switch the default value in values.yaml to "OperatorConfigurationCRD" and remove the values-crd.yaml file?
The README could be updated to inform users they could set configtarget=ConfigMap
to use the older style ConfigMap based configuration. The instructions on using the CRD install could be removed.