mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
fix(k8up): switch to Kustomize
Helm doesn't include CRDs
This commit is contained in:
parent
d49eec60ad
commit
86d29b014f
@ -1,7 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: k8up
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: k8up
|
||||
version: 2.0.2
|
||||
repository: https://charts.appuio.ch
|
7
system/k8up-operator/kustomization.yaml
Normal file
7
system/k8up-operator/kustomization.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user