dev-tools/argocd-apps/wikijs.yaml
2026-03-16 11:58:28 +02:00

28 lines
699 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: wikijs
namespace: argocd
spec:
project: dev-tools
source:
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git'
targetRevision: HEAD
path: charts/wiki
helm:
valueFiles:
- ../../manifests/wikijs/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: dev-tools
syncPolicy:
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- group: apps
kind: Deployment
name: wikijs
namespace: dev-tools
jqPathExpressions:
- .spec.template.metadata.annotations."kubectl.kubernetes.io/restartedAt"