From 95ecc1db15c1227dcca9f62d9ad15e82276da5c9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 8 May 2022 18:49:12 +0200 Subject: [PATCH] Add kustomize file --- clank/apps/test/podinfo-kustomization.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 clank/apps/test/podinfo-kustomization.yaml diff --git a/clank/apps/test/podinfo-kustomization.yaml b/clank/apps/test/podinfo-kustomization.yaml new file mode 100644 index 0000000..9fe3229 --- /dev/null +++ b/clank/apps/test/podinfo-kustomization.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: podinfo + namespace: flux-system +spec: + interval: 5m0s + path: ./kustomize + prune: true + sourceRef: + kind: GitRepository + name: podinfo + targetNamespace: default +