Update .gitlab-ci.yml, terraform.tf

This commit is contained in:
2022-09-25 14:59:42 +00:00
parent 154b4b44e4
commit 2893740033
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ resource "local_file" "kubeconfig" {
}
provider "kubernetes" {
config_path = "config"
config_path = "kubeconfig"
}
resource "kubernetes_namespace" "argocd" {