feat(phase4): ArgoCD-driven Terraform apply via PVC imports (Pod Job approach tried and reverted)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 74729f1c59
commit 292146bce4
+3 -3
View File
@@ -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"