From 53d8bcf9db884cb8b79de282241b226273968b8d Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 21 Feb 2022 15:08:19 -0800 Subject: [PATCH] Add source for guacamole kustomize project --- applications/gucamole/source.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 applications/gucamole/source.yaml diff --git a/applications/gucamole/source.yaml b/applications/gucamole/source.yaml new file mode 100644 index 0000000..011cef8 --- /dev/null +++ b/applications/gucamole/source.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: GitRepository +metadata: + name: guacamole-source + namespace: flux-system +spec: + interval: 3m0s + ref: + branch: master + url: https://github.com/thejimnicholson/guac-k8s.git +