Explorar o código

[BZ 1497408] delete config map, dameon set, and cluster role

John Sanda %!s(int64=7) %!d(string=hai) anos
pai
achega
490b5cbd5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_metrics/tasks/uninstall_hosa.yaml

+ 1 - 1
roles/openshift_metrics/tasks/uninstall_hosa.yaml

@@ -3,7 +3,7 @@
   command: >
     {{ openshift_client_binary }} -n {{ openshift_metrics_hawkular_agent_namespace }} --config={{ mktemp.stdout }}/admin.kubeconfig
     delete --ignore-not-found --selector=metrics-infra=agent
-    all,sa,secrets,templates,routes,pvc,rolebindings,clusterrolebindings
+    all,sa,secrets,templates,routes,pvc,rolebindings,clusterrolebindings,daemonsets,clusterroles,configmaps
   register: delete_metrics
   changed_when: delete_metrics.stdout != 'No resources found'