27 lines
661 B
YAML
27 lines
661 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: mcp-auth-proxy
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.keane.sh/ian/dumpnet-argo.git
|
|
targetRevision: HEAD
|
|
path: charts/mcp-auth-proxy
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: mcp
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
ignoreDifferences:
|
|
- group: external-secrets.io
|
|
kind: ExternalSecret
|
|
jsonPointers:
|
|
- /spec/target/template/mergePolicy
|
|
- /spec/target/template/engineVersion
|
|
- /spec/target/type
|