Add backube helm repo.

This commit is contained in:
Joseph Hanson 2024-01-14 16:13:19 -06:00
parent a4d22cfaaf
commit 9eef986316
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrepository-source-v1beta2.json
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: backube
namespace: flux-system
spec:
interval: 30m
url: https://backube.github.io/helm-charts/
timeout: 3m

View file

@ -4,6 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- authentik.yaml
- backube.yaml
- bitnami.yaml
- bjw-s.yaml
- cilium.yaml