10 lines
214 B
YAML
10 lines
214 B
YAML
|
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
|
||
|
|
||
|
|