diff --git a/kubernetes/cluster/production/flux-system/gotk-sync.yaml b/kubernetes/cluster/production/flux-system/gotk-sync.yaml index 2ff915e..11be014 100644 --- a/kubernetes/cluster/production/flux-system/gotk-sync.yaml +++ b/kubernetes/cluster/production/flux-system/gotk-sync.yaml @@ -20,7 +20,7 @@ metadata: namespace: flux-system spec: interval: 10m0s - path: ./kubernetes + path: ./kubernetes/cluster/production prune: true sourceRef: kind: GitRepository diff --git a/kubernetes/cluster/production/flux-system/kustomization.yaml b/kubernetes/cluster/production/flux-system/kustomization.yaml index e316160..3842229 100644 --- a/kubernetes/cluster/production/flux-system/kustomization.yaml +++ b/kubernetes/cluster/production/flux-system/kustomization.yaml @@ -3,5 +3,3 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml -- secrets.yaml -- apps.yaml