28 lines
603 B
YAML
28 lines
603 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: obsidian-livesync
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.aleshym.co/funman300/k3s-homelab.git
|
|
targetRevision: main
|
|
path: apps/obsidian-livesync
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: obsidian
|
|
ignoreDifferences:
|
|
- group: ""
|
|
kind: Secret
|
|
name: couchdb-secret
|
|
namespace: obsidian
|
|
jsonPointers:
|
|
- /data
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|