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