From 2893740033307c44887924b46ad54d2f39d1a392 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Sep 2022 14:59:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml, terraform.tf --- .gitlab-ci.yml | 1 + terraform.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64d4024..3db5898 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: before_script: - echo "token = \"$token\"" >> terraform.tfvars + - terraform output kubeconfig include: - project: 'developerdurp/yml-templates' diff --git a/terraform.tf b/terraform.tf index eda3951..3835e34 100644 --- a/terraform.tf +++ b/terraform.tf @@ -42,7 +42,7 @@ resource "local_file" "kubeconfig" { } provider "kubernetes" { - config_path = "config" + config_path = "kubeconfig" } resource "kubernetes_namespace" "argocd" {