17 lines
292 B
YAML
17 lines
292 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: postgresql-operator
|
|
|
|
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: postgresql-operator
|
|
|
|
resources:
|
|
- github.com/zalando/postgres-operator/manifests
|
|
- github.com/zalando/postgres-operator/ui/manifests
|
|
|
|
|