fuel-ccp-installer/resources/dashboard/1.0.0/actions/remove.yaml

6 lines
184 B
YAML

- hosts: [{{host}}]
become: yes
tasks:
- shell: kubectl delete service {{app_name}} --namespace=kube-system
- shell: kubectl delete rc {{app_name}} --namespace=kube-system