From 79ea3029eff63e6239476235b4bdeb6ea5098b92 Mon Sep 17 00:00:00 2001 From: Sungil Im Date: Fri, 4 Nov 2022 12:23:35 +0900 Subject: [PATCH] typo: indent --- templates/decapod-apps/remove-lma-uniformed-wftpl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/decapod-apps/remove-lma-uniformed-wftpl.yaml b/templates/decapod-apps/remove-lma-uniformed-wftpl.yaml index c148230..96401b8 100644 --- a/templates/decapod-apps/remove-lma-uniformed-wftpl.yaml +++ b/templates/decapod-apps/remove-lma-uniformed-wftpl.yaml @@ -133,10 +133,10 @@ spec: for fbcr in ClusterInput ClusterOutput ClusterFilter ClusterParser ClusterFluentBitConfig FluentBit do - kubectl $kube_params delete $fbcr --all -n {{inputs.parameters.namespace}} || true + kubectl $kube_params delete ${fbcr} --all -n {{inputs.parameters.namespace}} || true done -- name: removeLeftoverResources + - name: removeLeftoverResources inputs: parameters: - name: namespace