Update .gitlab-ci.yml, main.yml

This commit is contained in:
2022-09-25 17:52:27 +00:00
parent eae8c9e6fd
commit 40b98b7539
2 changed files with 1 additions and 5 deletions

View File

@@ -86,10 +86,6 @@ ansible:
- terraform.tf
- terraform.tfvars
- main.yml
artifacts:
when: always
paths:
- $CI_PROJECT_DIR
destroy:
stage: destroy

View File

@@ -3,6 +3,6 @@
tasks:
- name: Create a k8s namespace
kubernetes.core.k8s:
name: testing
name: argocd
kind: Namespace
state: present