Initial argo deployment

This commit is contained in:
2026-05-17 20:44:31 -05:00
parent 97e9889251
commit 905b4619d6
33 changed files with 1322 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# ------------------------------------------------------------------------------
# External Secrets Operator — Helm Values
# Chart: https://charts.external-secrets.io
# ------------------------------------------------------------------------------
# Install CRDs as part of the chart (recommended for GitOps)
installCRDs: true
# Replica count — 1 is fine for homelab
replicaCount: 1
# Enable Prometheus metrics for cinderella-castle monitoring
metrics:
service:
enabled: true
# Webhook for secret validation
webhook:
replicaCount: 1
# Cert controller manages webhook certs
certController:
replicaCount: 1