11 lines
255 B
YAML
11 lines
255 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: postgresql-operator
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- github.com/zalando/postgres-operator/manifests?ref=v1.9.0
|
|
- github.com/zalando/postgres-operator/ui/manifests?ref=v1.9.0
|
|
|
|
|