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