Compare commits
2 Commits
0d718a8914
...
ce044d1035
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | ce044d1035 | |
Philippe Caseiro | 8e93ad9b85 |
|
@ -4,6 +4,7 @@ kind: Kustomization
|
|||
bases:
|
||||
- https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||
- ./postgresql
|
||||
- ./metallb
|
||||
- ./minio
|
||||
- ./nginx
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
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
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: redis-operator
|
||||
|
||||
resources:
|
||||
- github.com/spotahome/redis-operator/manifests/kustomize/overlays/full
|
||||
|
Loading…
Reference in New Issue