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 +