From d9489556590438e8a70fbd645fbbafc8cb28eebd Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 21 Feb 2022 15:13:46 -0800 Subject: [PATCH] Add gucamole to new-clister --- applications/gucamole/deployment.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 applications/gucamole/deployment.yaml diff --git a/applications/gucamole/deployment.yaml b/applications/gucamole/deployment.yaml new file mode 100644 index 0000000..a881f6c --- /dev/null +++ b/applications/gucamole/deployment.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: gucamole + namespace: flux-system +spec: + interval: 30m0s + path: ./ + prune: true + sourceRef: + kind: GitRepository + name: gucamole-source + targetNamespace: guacamole