From 93466f80107d995d8a25640b64236d688a3a1d1e Mon Sep 17 00:00:00 2001 From: James Pace Date: Fri, 28 Apr 2023 20:44:45 -0400 Subject: [PATCH] Add j7s-os tekton stuff. --- clusters/j7s-cluster/j7s-os.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 clusters/j7s-cluster/j7s-os.yaml diff --git a/clusters/j7s-cluster/j7s-os.yaml b/clusters/j7s-cluster/j7s-os.yaml new file mode 100644 index 0000000..e28626e --- /dev/null +++ b/clusters/j7s-cluster/j7s-os.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: j7s-os + namespace: flux-system +spec: + interval: 5m0s + path: ./j7s-os + prune: true + sourceRef: + kind: GitRepository + name: j7s-ci + targetNamespace: j7s-ci \ No newline at end of file