From 472a1b9334247f3059ebace984fd5efff76aabf1 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 19 Oct 2022 14:53:28 +0200 Subject: [PATCH] feat(base): first commit with flannel --- base/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 base/kustomization.yaml diff --git a/base/kustomization.yaml b/base/kustomization.yaml new file mode 100644 index 0000000..3b72cf0 --- /dev/null +++ b/base/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +bases: + - https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml