33 lines
751 B
YAML
33 lines
751 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: n8n
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
ignoreDifferences:
|
|
- group: apps
|
|
kind: Deployment
|
|
name: n8n
|
|
namespace: n8n
|
|
jqPathExpressions:
|
|
- .spec.template.spec.containers[].env
|
|
sources:
|
|
- repoURL: https://community-charts.github.io/helm-charts/
|
|
chart: n8n
|
|
targetRevision: 1.15.7
|
|
helm:
|
|
releaseName: n8n
|
|
valueFiles:
|
|
- $values/apps/n8n/values.yaml
|
|
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: n8n
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|