Skip to content

Commit

Permalink
typo: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
intelliguy authored Nov 4, 2022
1 parent 9d5654e commit 79ea302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/decapod-apps/remove-lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79ea302

Please sign in to comment.