From ccd232212c59540f37f30fe5a40def441434f8e6 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 17 Feb 2022 23:40:35 -0800 Subject: [PATCH] Add heimdall kustomization source --- applications/heimdall/README.md | 1 + applications/heimdall/heimdall-source.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 applications/heimdall/README.md create mode 100644 applications/heimdall/heimdall-source.yaml diff --git a/applications/heimdall/README.md b/applications/heimdall/README.md new file mode 100644 index 0000000..2ca8706 --- /dev/null +++ b/applications/heimdall/README.md @@ -0,0 +1 @@ +flux create secret git heimdall-k8s-auth --url=ssh://git@github.com/thejimnicholson/heimdall-k8s.git --private-key-file=/home/jim/.ssh/id_rsa diff --git a/applications/heimdall/heimdall-source.yaml b/applications/heimdall/heimdall-source.yaml new file mode 100644 index 0000000..9e20e99 --- /dev/null +++ b/applications/heimdall/heimdall-source.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: GitRepository +metadata: + name: heimdall + namespace: flux-system +spec: + interval: 1m0s + ref: + branch: master + secretRef: + name: heimdall-k8s-auth + url: ssh://git@github.com/thejimnicholson/heimdall-k8s.git +