diff --git a/system/k8up-operator/Chart.yaml b/system/k8up-operator/Chart.yaml deleted file mode 100644 index a1611a28..00000000 --- a/system/k8up-operator/Chart.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v2 -name: k8up -version: 0.0.0 -dependencies: - - name: k8up - version: 2.0.2 - repository: https://charts.appuio.ch diff --git a/system/k8up-operator/kustomization.yaml b/system/k8up-operator/kustomization.yaml new file mode 100644 index 00000000..16d48ac1 --- /dev/null +++ b/system/k8up-operator/kustomization.yaml @@ -0,0 +1,7 @@ +# TODO switch back to Helm when they include CRDs +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - github.com/k8up-io/k8up/config/default?ref=master + - schedule.yaml diff --git a/system/k8up-operator/templates/schedule.yaml b/system/k8up-operator/schedule.yaml similarity index 100% rename from system/k8up-operator/templates/schedule.yaml rename to system/k8up-operator/schedule.yaml