mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 14:29:06 +02:00
Format according to terraform fmt
This commit is contained in:
@@ -27,7 +27,7 @@ resource "helm_release" "argocd" {
|
||||
resource "kubectl_manifest" "dashboard-ingress" {
|
||||
depends_on = [helm_release.argocd]
|
||||
|
||||
force_new = true
|
||||
force_new = true
|
||||
server_side_apply = true
|
||||
|
||||
yaml_body = templatefile("${path.module}/argocd_ingress_route.tfpl.yaml", {
|
||||
|
Reference in New Issue
Block a user