From 081e64f181b86b43ce5adb0684dd28b9354e388c Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 22 Feb 2025 11:22:34 -0600 Subject: [PATCH] add k6 --- infrastructure/controllers/k6/kustomization.yaml | 5 +++++ infrastructure/controllers/k6/release.yaml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 infrastructure/controllers/k6/kustomization.yaml create mode 100644 infrastructure/controllers/k6/release.yaml diff --git a/infrastructure/controllers/k6/kustomization.yaml b/infrastructure/controllers/k6/kustomization.yaml new file mode 100644 index 0000000..7c201cf --- /dev/null +++ b/infrastructure/controllers/k6/kustomization.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - repository.yaml diff --git a/infrastructure/controllers/k6/release.yaml b/infrastructure/controllers/k6/release.yaml new file mode 100644 index 0000000..a6d22db --- /dev/null +++ b/infrastructure/controllers/k6/release.yaml @@ -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