From e1341af4d7ca9a1e9e9c4a81ef669a5fd8b0a310 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 5 Nov 2025 15:50:54 -0600 Subject: [PATCH] add infrastructure to digital ocean cluster --- clusters/ontime-dev-doks/infrastructure.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 clusters/ontime-dev-doks/infrastructure.yaml diff --git a/clusters/ontime-dev-doks/infrastructure.yaml b/clusters/ontime-dev-doks/infrastructure.yaml new file mode 100644 index 0000000..25c56fa --- /dev/null +++ b/clusters/ontime-dev-doks/infrastructure.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: infrastructure + namespace: flux-system +spec: + interval: 1h + retryInterval: 1m + timeout: 5m + sourceRef: + kind: GitRepository + name: flux-system + path: ./infrastructure + prune: true + wait: true \ No newline at end of file