From 374f052cb5104545f529d9bc52bf8a3351c82c18 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 6 Mar 2023 14:26:52 +0100 Subject: [PATCH] feat(local-path-provisionner): adding rancher-os local-pathk-provisionner support --- base/local-path-provisionner/kustomization.yaml | 6 ++++++ base/postgresql/kustomization.yaml | 4 ++-- base/redis/kustomization.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 base/local-path-provisionner/kustomization.yaml diff --git a/base/local-path-provisionner/kustomization.yaml b/base/local-path-provisionner/kustomization.yaml new file mode 100644 index 0000000..9237b3a --- /dev/null +++ b/base/local-path-provisionner/kustomization.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - github.com/rancher/local-path-provisioner/deploy?ref=v0.0.23 + diff --git a/base/postgresql/kustomization.yaml b/base/postgresql/kustomization.yaml index 184631d..2dd7e62 100644 --- a/base/postgresql/kustomization.yaml +++ b/base/postgresql/kustomization.yaml @@ -4,7 +4,7 @@ namespace: postgresql-operator resources: - namespace.yaml - - github.com/zalando/postgres-operator/manifests - - github.com/zalando/postgres-operator/ui/manifests + - github.com/zalando/postgres-operator/manifests?ref=v1.9.0 + - github.com/zalando/postgres-operator/ui/manifests?ref=v1.9.0 diff --git a/base/redis/kustomization.yaml b/base/redis/kustomization.yaml index a2ca616..218d67e 100644 --- a/base/redis/kustomization.yaml +++ b/base/redis/kustomization.yaml @@ -4,5 +4,5 @@ namespace: redis-operator resources: - namespace.yaml - - github.com/spotahome/redis-operator/manifests/kustomize/overlays/default + - github.com/spotahome/redis-operator/manifests/kustomize/overlays/default?ref=v1.2.4