feat(local-path-provisionner): adding rancher-os local-pathk-provisionner support
This commit is contained in:
parent
7a26298154
commit
374f052cb5
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- github.com/rancher/local-path-provisioner/deploy?ref=v0.0.23
|
||||||
|
|
|
@ -4,7 +4,7 @@ namespace: postgresql-operator
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- github.com/zalando/postgres-operator/manifests
|
- github.com/zalando/postgres-operator/manifests?ref=v1.9.0
|
||||||
- github.com/zalando/postgres-operator/ui/manifests
|
- github.com/zalando/postgres-operator/ui/manifests?ref=v1.9.0
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@ namespace: redis-operator
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- github.com/spotahome/redis-operator/manifests/kustomize/overlays/default
|
- github.com/spotahome/redis-operator/manifests/kustomize/overlays/default?ref=v1.2.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue