From 292146bce44acf9503b6d0856c71dcf7b2187c5b Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:08:01 -0700 Subject: [PATCH] feat(phase4): ArgoCD-driven Terraform apply via PVC imports (Pod Job approach tried and reverted) --- terraform/argocd-bootstrap.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/argocd-bootstrap.tf b/terraform/argocd-bootstrap.tf index eb619f6..89c3073 100644 --- a/terraform/argocd-bootstrap.tf +++ b/terraform/argocd-bootstrap.tf @@ -96,7 +96,7 @@ resource "helm_release" "argocd" { { name = "GIT_SSL_CAINFO" value = "/etc/ssl/certs/homelab-ca.crt" - } + }, { name = "SOPS_AGE_KEY_FILE" value = "/home/argocd/.sops/keys.txt" @@ -108,7 +108,7 @@ resource "helm_release" "argocd" { secret = { secretName = "homelab-ca-secret" } - } + }, { name = "sops-age" secret = { @@ -122,7 +122,7 @@ resource "helm_release" "argocd" { name = "homelab-ca" mountPath = "/etc/ssl/certs/homelab-ca.crt" subPath = "tls.crt" - } + }, { name = "sops-age" mountPath = "/home/argocd/.sops"