From 4f1e59cbf27dc62cc2d5ad80218f129cc368bd79 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 13 Aug 2021 00:47:46 +0200 Subject: [PATCH] Fix typo in config --- infrastructure/sources/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml index 7497ab7c8..32a9aa060 100644 --- a/infrastructure/sources/kustomization.yaml +++ b/infrastructure/sources/kustomization.yaml @@ -1,4 +1,4 @@ -piVersion: kustomize.config.k8s.io/v1beta1 +apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: flux-system resources: -- GitLab