diff --git a/kustomize/install/bases/kustomization.yaml b/kustomize/install/bases/kustomization.yaml index fcc54460..da1781bc 100644 --- a/kustomize/install/bases/kustomization.yaml +++ b/kustomize/install/bases/kustomization.yaml @@ -14,3 +14,15 @@ images: - name: postgres-operator newName: registry.developers.crunchydata.com/crunchydata/postgres-operator newTag: ubi8-5.0.4-0 + +patchesJson6902: + - target: + group: apps + version: v1 + kind: Deployment + name: pgo + patch: |- + - op: remove + path: /spec/selector/matchLabels/app.kubernetes.io~1name + - op: remove + path: /spec/selector/matchLabels/app.kubernetes.io~1version