X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_user-mgmt%2Ftasks%2Funinstall.yml;h=60eb052bb869bbc3e0e5501c8a65cff0bbcaec62;hb=3c1bb1c727ca416486ab96384557ee3d12acf1e9;hp=a234fb47057937f03cb98e9da51d0f8807375faf;hpb=5ce48457b37cf3a60c2e5d8441d3e0f2c1967d8d;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_user-mgmt/tasks/uninstall.yml b/ocd/infra/playbooks/roles/eg_user-mgmt/tasks/uninstall.yml index a234fb4..60eb052 100644 --- a/ocd/infra/playbooks/roles/eg_user-mgmt/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/eg_user-mgmt/tasks/uninstall.yml @@ -18,6 +18,10 @@ - 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