diff --git a/cluster/base/infra.yaml b/cluster/base/infra.yaml index 575f9ba..0d8e27d 100644 --- a/cluster/base/infra.yaml +++ b/cluster/base/infra.yaml @@ -14,3 +14,20 @@ spec: name: flux-system timeout: 5m0s wait: true +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: infra-configs + namespace: flux-system +spec: + dependsOn: + - name: infra-controllers + interval: 1h0m0s + path: ./infra/configs + prune: true + retryInterval: 1m0s + sourceRef: + kind: GitRepository + name: flux-system + timeout: 5m0s diff --git a/infra/configs/.keep b/infra/configs/.keep new file mode 100644 index 0000000..e69de29