From f78ca3488e06f897c5a6e0da3f359a77845ad96f Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 17 Feb 2022 23:47:05 -0800 Subject: [PATCH] Add heimdall deployment --- applications/heimdall/heimdall-kustomization.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 applications/heimdall/heimdall-kustomization.yaml diff --git a/applications/heimdall/heimdall-kustomization.yaml b/applications/heimdall/heimdall-kustomization.yaml new file mode 100644 index 0000000..a176ac2 --- /dev/null +++ b/applications/heimdall/heimdall-kustomization.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: heimdall + namespace: flux-system +spec: + interval: 5m0s + path: ./ + prune: true + sourceRef: + kind: GitRepository + name: heimdall + namespace: flux-system +