Update .gitlab-ci.yml, terraform.tf
This commit is contained in:
@@ -20,9 +20,6 @@ plan production:
|
||||
|
||||
apply:
|
||||
extends: .apply
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_DIR
|
||||
|
||||
destroy:
|
||||
extends: .destroy
|
||||
|
||||
10
terraform.tf
10
terraform.tf
@@ -28,3 +28,13 @@ resource "linode_lke_cluster" "foobar" {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "kubernetes" {
|
||||
config_path = "./config"
|
||||
}
|
||||
|
||||
resource "kubernetes_namespace" "argocd" {
|
||||
metadata {
|
||||
name = "argocd"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user