argocd-apps/apps/templates/silverbullet.yaml
2024-11-17 07:54:01 +09:00

16 lines
397 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: silverbullet.yaml
namespace: argocd
spec:
destination:
namespace: silverbullet
server: {{ .Values.spec.destination.server }}
project: default
source:
path: silverbullet
repoURL: {{ .Values.spec.source.repoURL }}
targetRevision: {{ .Values.spec.source.targetRevision }}
syncPolicy:
automated: {}