Compare commits
1 Commits
aa2420b0b5
...
38c3a4d107
Author | SHA1 | Date |
---|---|---|
Philippe Caseiro | 38c3a4d107 |
|
@ -4,7 +4,8 @@ kind: Kustomization
|
||||||
bases:
|
bases:
|
||||||
- https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
|
- 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
|
- https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
|
||||||
- ./postgresql
|
- github.com/zalando/postgres-operator/manifests
|
||||||
|
- github.com/zalando/postgres-operator/ui/manifests
|
||||||
- ./metallb
|
- ./metallb
|
||||||
- ./minio
|
- ./minio
|
||||||
- ./nginx
|
- ./nginx
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
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