Update .gitlab-ci.yml, apply.yml, destroy.yml

This commit is contained in:
2022-09-27 11:31:03 +00:00
parent b90b7a875e
commit a7ff14a792
3 changed files with 44 additions and 5 deletions

15
destroy.yml Normal file
View File

@@ -0,0 +1,15 @@
- hosts: localhost
gather_facts: no
tasks:
- name: Delete argocd namespace
kubernetes.core.k8s:
name: argocd
kind: Namespace
state: absent
- name: Delete ingress-nginx namespace
kubernetes.core.k8s:
name: ingress-nginx
kind: Namespace
state: absent