From 03e8312568ddf417ffa9da8e9b95e65887550b79 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 4 Mar 2025 14:44:02 -0600 Subject: [PATCH] remove k6-operator --- .../controllers/k6-operator/kustomization.yaml | 6 ------ .../controllers/k6-operator/release.yaml | 16 ---------------- .../controllers/k6-operator/repository.yaml | 9 --------- 3 files changed, 31 deletions(-) delete mode 100644 infrastructure/controllers/k6-operator/kustomization.yaml delete mode 100644 infrastructure/controllers/k6-operator/release.yaml delete mode 100644 infrastructure/controllers/k6-operator/repository.yaml diff --git a/infrastructure/controllers/k6-operator/kustomization.yaml b/infrastructure/controllers/k6-operator/kustomization.yaml deleted file mode 100644 index 4a8c5bd..0000000 --- a/infrastructure/controllers/k6-operator/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - repository.yaml - - release.yaml diff --git a/infrastructure/controllers/k6-operator/release.yaml b/infrastructure/controllers/k6-operator/release.yaml deleted file mode 100644 index eae56c9..0000000 --- a/infrastructure/controllers/k6-operator/release.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: k6-operator - namespace: default -spec: - interval: 10m - chart: - spec: - chart: k6-operator - version: 3.11.0 - sourceRef: - kind: HelmRepository - name: grafana - interval: 10m diff --git a/infrastructure/controllers/k6-operator/repository.yaml b/infrastructure/controllers/k6-operator/repository.yaml deleted file mode 100644 index a6d22db..0000000 --- a/infrastructure/controllers/k6-operator/repository.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1 -kind: HelmRepository -metadata: - name: grafana - namespace: default -spec: - interval: 1m - url: https://grafana.github.io/helm-charts