diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 005f02521..6860316cf 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -1,9 +1,12 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: postgres-operator spec: replicas: 1 + selector: + matchLabels: + name: postgres-operator template: metadata: labels: