31 lines
720 B
YAML
31 lines
720 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: wikijs
|
|
namespace: argocd
|
|
spec:
|
|
project: dev-tools
|
|
source:
|
|
repoURL: 'https://git.dvirlabs.com/dvirlabs/dev-tools.git'
|
|
targetRevision: HEAD
|
|
path: charts/wiki
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/wikijs/values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: dev-tools
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
ignoreDifferences:
|
|
- group: apps
|
|
kind: Deployment
|
|
name: wiki
|
|
namespace: dev-tools
|
|
jsonPointers:
|
|
- /spec/template/metadata/annotations/kubectl.kubernetes.io~1restartedAt
|