change pattern for external secrets
This commit is contained in:
@@ -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
|
||||||
chart: external-secrets
|
- repoURL: https://charts.external-secrets.io
|
||||||
targetRevision: 0.14.4
|
chart: external-secrets
|
||||||
helm:
|
targetRevision: 0.14.4
|
||||||
valueFiles:
|
helm:
|
||||||
- values.yaml
|
valueFiles:
|
||||||
|
- $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
|
||||||
|
|||||||
Reference in New Issue
Block a user