Installing Operator using Kustomize #2885
Unanswered
Eneeeergii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋,
i want to install the operator using kustomize. I took a look into the manifests folder and saw the default kustomization.yaml. This installs the operator using a configmap for general configuration. If i want to install the operator using the OperatorConfiguration instead of a configmap. Do i only have to replace the configmap.yaml with the manifests/postgresql-operator-default-configuration.yaml in the kustomization.yaml file? And set the POSTGRES_OPERATOR_CONFIGURATION_OBJECT in the deployment postgres-operator.yaml to the name of my OperatorConfiguration object? Is this enough or do i need some more step to get this working?
I would be very pleased to recieve a feedback!
Thanks & Regards
Beta Was this translation helpful? Give feedback.
All reactions