feat: benji

This commit is contained in:
auricom
2021-08-20 14:01:01 +02:00
parent 6f3ed7691f
commit 19298ad623
41 changed files with 293 additions and 32 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: benji-charts
namespace: flux-system
spec:
interval: 1h
url: https://github.com/elemental-lf/benji
timeout: 3m
ref:
branch: master
ignore: |
# exclude all
/*
# include charts directory
!/charts/

View File

@@ -4,6 +4,7 @@ kind: Kustomization
resources:
- authelia-charts.yaml
- authentik-charts.yaml
- benji-charts.yaml
- bitnami-charts.yaml
- cert-manager-webhook-ovh.yaml
- drone-charts.yaml