feat(base): adding zalando postgresql operator
This commit is contained in:
10
base/postgresql/kustomization.yaml
Normal file
10
base/postgresql/kustomization.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: postgresql-operator
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- github.com/zalando/postgres-operator/manifests
|
||||
- github.com/zalando/postgres-operator/ui/manifests
|
||||
|
||||
|
4
base/postgresql/namespace.yaml
Normal file
4
base/postgresql/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: postgresql-operator
|
Reference in New Issue
Block a user