diff --git a/manifests/kustomization.yaml b/manifests/kustomization.yaml index 32d81d920..e0674695e 100644 --- a/manifests/kustomization.yaml +++ b/manifests/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- configmap.yaml +- postgresql-operator-default-configuration.yaml - operator-service-account-rbac.yaml - postgres-operator.yaml - api-service.yaml diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 7e2705dea..fccf5b006 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -35,11 +35,11 @@ spec: allowPrivilegeEscalation: false env: # provided additional ENV vars can overwrite individual config map entries - - name: CONFIG_MAP_NAME - value: "postgres-operator" - # In order to use the CRD OperatorConfiguration instead, uncomment these lines and comment out the two lines above - # - name: POSTGRES_OPERATOR_CONFIGURATION_OBJECT - # value: postgresql-operator-default-configuration + - name: POSTGRES_OPERATOR_CONFIGURATION_OBJECT + value: postgresql-operator-default-configuration + # In order to use the ConfigMap instead, uncomment these lines and comment out the two lines above + # - name: CONFIG_MAP_NAME + # value: "postgres-operator" # Define an ID to isolate controllers from each other # - name: CONTROLLER_ID # value: "second-operator"