From 01144518ce49d2d59f000cb600bb1e53e24d65b1 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Wed, 17 Jan 2024 15:48:24 -0800 Subject: [PATCH] ops(k8s): oh it's really going to be manual imports for each file. sigh. --- k8s/system/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/system/kustomization.yaml b/k8s/system/kustomization.yaml index 4c006af9..0ddd83ab 100644 --- a/k8s/system/kustomization.yaml +++ b/k8s/system/kustomization.yaml @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - project.yaml +- flannel \ No newline at end of file