Optimized virtual machine provisioning
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
resource "helm_release" "argocd" {
|
||||
name = "argocd"
|
||||
chart = "argo-cd"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
version = "7.7.0"
|
||||
timeout = "1500"
|
||||
namespace = kubernetes_namespace.argocd.id
|
||||
}
|
||||
@@ -1,3 +1,9 @@
|
||||
resource "kubernetes_namespace" "ingress" {
|
||||
metadata {
|
||||
name = "ingress"
|
||||
}
|
||||
}
|
||||
|
||||
resource "kubernetes_namespace" "argocd" {
|
||||
metadata {
|
||||
name = "argocd"
|
||||
|
||||
Reference in New Issue
Block a user