Merge branch 'master' into config-and-manifest-params

This commit is contained in:
Felix Kunde 2019-06-28 18:36:12 +02:00
commit 605e68186a
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015 Compose, Zalando SE
Copyright (c) 2019 Zalando SE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -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: