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