From 64a8a69cf49b8742d8718b2ec0eb0d599603af11 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 14 Feb 2023 00:07:49 +0100 Subject: [PATCH] add kustomization file --- kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 kustomization.yaml diff --git a/kustomization.yaml b/kustomization.yaml new file mode 100644 index 0000000..6cd2c66 --- /dev/null +++ b/kustomization.yaml @@ -0,0 +1,2 @@ +resources: +- ressources/deployment.yaml \ No newline at end of file