Skip to content

Commit d692110

Browse files
knan-nrksdudoladov
authored andcommitted
update postgres-operator deployment to apps/v1 (zalando#598)
1 parent 2c9fefd commit d692110

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manifests/postgres-operator.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
apiVersion: apps/v1beta1
1+
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: postgres-operator
55
spec:
66
replicas: 1
7+
selector:
8+
matchLabels:
9+
name: postgres-operator
710
template:
811
metadata:
912
labels:

0 commit comments

Comments
 (0)