This commit is contained in:
2025-02-22 11:22:34 -06:00
parent 70bb994037
commit 6d17bbc61e
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repository.yaml
- release.yaml

View File

@ -0,0 +1,15 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: k6
namespace: default
spec:
chart:
spec:
chart: k6
version: v0.57.0
sourceRef:
kind: HelmRepository
name: k6
interval: 10m

View File

@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: grafana
namespace: default
spec:
interval: 1m
url: https://grafana.github.io/helm-charts