dragon-bot/argocd-application.yaml
Luke Robles fc6f77b595
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Updating drone ci file to post to dsicord with build info
2023-05-22 09:50:54 -07:00

27 lines
522 B
YAML
Executable File

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dragon-bot
namespace: argocd
spec:
project: default
source:
repoURL: git@git.luker.fr:ldooks/dragon-bot.git
targetRevision: HEAD
path: helm
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
retry:
limit: 2
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
syncOptions:
- PruneLast=true