Skip to content

Commit

Permalink
also remove fluentbitconfig CR
Browse files Browse the repository at this point in the history
  • Loading branch information
robertchoi80 committed Apr 6, 2022
1 parent 9457e61 commit bcb0f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/decapod-apps/remove-lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ spec:
fi
kubectl $kube_params delete fluentbit --all -n {{inputs.parameters.namespace}} || true
kubectl $kube_params delete fluentbitconfig --all -n {{inputs.parameters.namespace}} || true
- name: removeLeftoverResources
inputs:
Expand Down
1 change: 1 addition & 0 deletions templates/decapod-apps/remove-servicemesh-all-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
fi
kubectl $kube_params delete fluentbit --all -n {{inputs.parameters.namespace}} || true
kubectl $kube_params delete fluentbitconfig --all -n {{inputs.parameters.namespace}} || true
- name: delete-argocd-app
inputs:
Expand Down

0 comments on commit bcb0f84

Please sign in to comment.