Skip to content

Commit

Permalink
fix: 🐛 Correctif désinstallation GitLab
Browse files Browse the repository at this point in the history
Ajout d'une task de suppression du chart helm de l'opérateur pour que les ressources cluster scoped soient également supprimées.
  • Loading branch information
cedric-montagne committed Nov 16, 2023
1 parent c70e1d2 commit d233e61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,15 @@
tags:
- gitlab

- name: "Suppression de l'opérateur GitLab"
kubernetes.core.helm:
name: gitlab-operator
release_namespace: "{{ dsc.gitlab.namespace }}"
release_state: absent
wait: true
tags:
- gitlab

- name: "Suppression du namespace GitLab"
kubernetes.core.k8s:
state: absent
Expand Down

0 comments on commit d233e61

Please sign in to comment.