Update .gitlab-ci.yml, terraform.tf
This commit is contained in:
@@ -7,6 +7,7 @@ stages:
|
||||
|
||||
before_script:
|
||||
- echo "token = \"$token\"" >> terraform.tfvars
|
||||
- terraform output kubeconfig
|
||||
|
||||
include:
|
||||
- project: 'developerdurp/yml-templates'
|
||||
|
||||
@@ -42,7 +42,7 @@ resource "local_file" "kubeconfig" {
|
||||
}
|
||||
|
||||
provider "kubernetes" {
|
||||
config_path = "config"
|
||||
config_path = "kubeconfig"
|
||||
}
|
||||
|
||||
resource "kubernetes_namespace" "argocd" {
|
||||
|
||||
Reference in New Issue
Block a user