change pattern for external secrets

This commit is contained in:
2026-05-17 21:33:24 -05:00
parent e4a2c47da2
commit 5e99408c1f

View File

@@ -1,6 +1,7 @@
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Platform: External Secrets Operator # Platform: External Secrets Operator
# Wave 1 — must be fully healthy before 1Password Connect (wave 2) # Wave 1 — must be fully healthy before 1Password Connect (wave 2)
# Multi-source: Helm chart from upstream + manifests from repo
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@@ -11,13 +12,19 @@ metadata:
argocd.argoproj.io/sync-wave: "1" argocd.argoproj.io/sync-wave: "1"
spec: spec:
project: default project: default
source: sources:
repoURL: https://charts.external-secrets.io # Source 1: Helm chart from upstream
- repoURL: https://charts.external-secrets.io
chart: external-secrets chart: external-secrets
targetRevision: 0.14.4 targetRevision: 0.14.4
helm: helm:
valueFiles: valueFiles:
- values.yaml - $values/cluster/platform/external-secrets/values.yaml
# Source 2: Repo — provides values file via $values ref
# No path here since external-secrets has no extra manifests
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: main
ref: values
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: external-secrets namespace: external-secrets