From 89b84ad70c777b69e21295c97e3d98cf8144e98c Mon Sep 17 00:00:00 2001 From: Bart Jansen Date: Mon, 24 Feb 2020 15:51:10 +0000 Subject: [PATCH] added kustomization.yaml placeholder --- config/manager/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/manager/kustomization.yaml diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml new file mode 100644 index 0000000..2d96f1b --- /dev/null +++ b/config/manager/kustomization.yaml @@ -0,0 +1,4 @@ +resources: +- manager.yaml + +# This file will get modified by kustomize file. Please don't commit any changes to the git repo! \ No newline at end of file