--- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: namespace namespace: flux-system spec: interval: 1m path: ./namespace prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: dns namespace: flux-system spec: interval: 1m path: ./dns prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: replicator namespace: flux-system spec: interval: 1m path: ./replicator prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: ssl namespace: flux-system spec: interval: 1m path: ./ssl prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: mariadb namespace: flux-system spec: interval: 1m path: ./mariadb prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: auth namespace: flux-system spec: interval: 1m path: ./auth prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: nextcloud namespace: flux-system spec: interval: 1m path: ./mariadb prune: true sourceRef: kind: GitRepository name: home-server-deployment wait: true