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=refs%2Fchanges%2F95%2F3895%2F5;hp=a234fb47057937f03cb98e9da51d0f8807375faf;hpb=4274bc1e41bb0568bf72914248cf0a24b1f59f11;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