🚀 local-path-provisioner

This commit is contained in:
auricom
2024-01-25 01:12:17 +01:00
parent 66e14cdbea
commit 05e8b34b3a
6 changed files with 123 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: democratic-csi
namespace: flux-system
spec:
interval: 30m
url: https://democratic-csi.github.io/charts/
timeout: 3m

View File

@@ -12,6 +12,7 @@ resources:
- ./cilium.yaml
- ./cloudnative-pg.yaml
- ./crowdsec.yaml
- ./democratic-csi.yaml
- ./descheduler.yaml
- ./dysnix.yaml
- ./emxq.yaml