Compare commits
2 Commits
760d732d2a
...
ce044d1035
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | ce044d1035 | |
Philippe Caseiro | 8e93ad9b85 |
|
@ -1,5 +1,13 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: postgresql-operator
|
||||||
|
|
||||||
|
---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
namespace: postgresql-operator
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/zalando/postgres-operator/manifests
|
- github.com/zalando/postgres-operator/manifests
|
||||||
|
|
Loading…
Reference in New Issue