diff --git a/clusters/app/go-example-kustomization.yaml b/clusters/app/go-example-kustomization.yaml index 9dc7341..de1b545 100644 --- a/clusters/app/go-example-kustomization.yaml +++ b/clusters/app/go-example-kustomization.yaml @@ -6,7 +6,7 @@ metadata: namespace: flux-system spec: interval: 30m0s - path: ./kustomize + path: ./ prune: true retryInterval: 2m0s sourceRef: diff --git a/kustomization.yaml b/kustomization.yaml new file mode 100644 index 0000000..94e0085 --- /dev/null +++ b/kustomization.yaml @@ -0,0 +1,7 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - deployment.yaml + - clusters/app/go-example-source.yaml + - clusters/app/go-example-kustomization.yaml + - clusters/app/flux-system/