2026-08-22 14:33:10 -04:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: mcp-auth-proxy
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
2026-09-17 17:19:33 -04:00
|
|
|
repoURL: https://git.keane.sh/ian/dumpnet-argo.git
|
2026-08-22 14:33:10 -04:00
|
|
|
targetRevision: HEAD
|
|
|
|
|
path: charts/mcp-auth-proxy
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: mcp
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
2026-08-22 18:12:14 -04:00
|
|
|
ignoreDifferences:
|
|
|
|
|
- group: external-secrets.io
|
|
|
|
|
kind: ExternalSecret
|
|
|
|
|
jsonPointers:
|
|
|
|
|
- /spec/target/template/mergePolicy
|
|
|
|
|
- /spec/target/template/engineVersion
|
2026-08-22 18:14:04 -04:00
|
|
|
- /spec/target/type
|