Files
gitops/argocd/applications/calibre.yaml
T

26 lines
617 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: calibre
namespace: argocd
spec:
project: default
sources:
- repoURL: https://k8s-home-lab.github.io/helm-charts/
chart: calibre-web
targetRevision: 9.0.2
helm:
releaseName: calibre-web
valueFiles:
- $values/apps/calibre/values.yaml
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: calibre
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true