apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: n8n-liron namespace: argocd labels: env: dev-tools spec: project: dev-tools source: repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/dev-tools.git targetRevision: HEAD path: charts/n8n helm: valueFiles: - ../../manifests/n8n-liron/values.yaml destination: server: https://kubernetes.default.svc namespace: dev-tools syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - PrunePropagationPolicy=foreground - RespectIgnoreDifferences=true ignoreDifferences: - kind: PersistentVolumeClaim namespace: dev-tools jsonPointers: - /status - /spec/volumeName - kind: Service namespace: dev-tools jsonPointers: - /spec/clusterIP - /spec/clusterIPs