From 6f91b63aece08a87ce0e689425159103ecab963b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 29 Jul 2024 20:36:31 +1000 Subject: [PATCH] add app logstash --- infrastructures/logstash/env/k3s-cluster/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructures/logstash/env/k3s-cluster/kustomization.yaml b/infrastructures/logstash/env/k3s-cluster/kustomization.yaml index 6e22db3..2935620 100644 --- a/infrastructures/logstash/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/logstash/env/k3s-cluster/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ./pipelines.yaml - - ../../base \ No newline at end of file + - ../../base + - ./pipelines.yaml \ No newline at end of file