Update .gitlab-ci.yml, main.yml

This commit is contained in:
2022-09-25 17:17:01 +00:00
parent 3ac12c051a
commit 1e75835f64
2 changed files with 1 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ ansible:
stage: ansible stage: ansible
variables: variables:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
K8S_AUTH_KUBECONFIG: config
image: image:
name: ubuntu:latest name: ubuntu:latest
before_script: before_script:

View File

@@ -6,4 +6,3 @@
name: testing name: testing
kind: Namespace kind: Namespace
state: present state: present
kubeconfig: "config"