Install Uninstall end to end testing
[ealt-edge.git] / ocd / infra / playbooks / roles / eg_user-mgmt / tasks / uninstall.yml
index a234fb4..60eb052 100644 (file)
 
 - name: Uninstall user management
   command: helm uninstall user-mgmt-edgegallery
+  ignore_errors: yes
+  no_log: True
 
-- name: Uninstall user mngmt jwt
+- name: Delete user-mgmt-jwt-secret
   command: kubectl delete secret user-mgmt-jwt-secret
+  ignore_errors: yes
+  no_log: True