From 8204410e62b27061370c59687ab6fd4999d01107 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 23 Feb 2024 12:21:31 +0100 Subject: [PATCH] fix(flux-system): Use correct component apiVersion --- infrastructure/flux-system/monitoring/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/flux-system/monitoring/kustomization.yaml b/infrastructure/flux-system/monitoring/kustomization.yaml index 57aa8763e..cfdcec821 100644 --- a/infrastructure/flux-system/monitoring/kustomization.yaml +++ b/infrastructure/flux-system/monitoring/kustomization.yaml @@ -1,4 +1,4 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 +apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component namespace: monitoring resources: -- GitLab