Skip to content

Commit

Permalink
install k8up crds
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Jul 6, 2024
1 parent f7bb8f3 commit 95f2216
Show file tree
Hide file tree
Showing 6 changed files with 9,418 additions and 8 deletions.
9,374 changes: 9,374 additions & 0 deletions infra/k8up/crds.yaml

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions infra/k8up/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: k8up

spec:
interval: 1h
chart:
spec:
chart: k8up
sourceRef:
kind: HelmRepository
name: k8up
interval: 1h

values: {}
7 changes: 7 additions & 0 deletions infra/k8up/helm-repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: k8up
spec:
url: https://k8up-io.github.io/k8up
interval: 1h
8 changes: 8 additions & 0 deletions infra/k8up/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: k8up
resources:
- namespace.yaml
- crds.yaml
- helm-repository.yaml
#- helm-release.yaml
4 changes: 4 additions & 0 deletions infra/k8up/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: k8up
17 changes: 9 additions & 8 deletions infra/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cert-manager
- descheduler
- external-dns
- kured
- kyverno
- metallb
- rook-ceph
- secret-generator
- cert-manager
- descheduler
- external-dns
- kured
- kyverno
- metallb
- rook-ceph
- secret-generator
- k8up

0 comments on commit 95f2216

Please sign in to comment.