video-iac/k8s/applications/templates/argocd.yaml

28 lines
645 B
YAML
Raw Normal View History

2021-11-16 16:56:49 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
spec:
destination:
2021-11-18 09:03:27 +00:00
name: ''
2021-11-16 16:56:49 +00:00
namespace: argocd
server: 'https://kubernetes.default.svc'
source:
2021-11-16 18:22:45 +00:00
path: k8s/argocd/overlays/{{ .Values.environment }}
2021-11-16 16:56:49 +00:00
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
2025-07-20 02:24:03 +00:00
targetRevision: {{ .Values.gitBranch }}
2021-11-16 16:56:49 +00:00
project: default
2026-02-08 22:38:58 +00:00
syncPolicy:
syncOptions:
- ServerSideApply=true
- Replace=true
# automated:
# prune: true
# allowEmpty: false
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m