-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrhbk.yaml
32 lines (32 loc) · 893 Bytes
/
rhbk.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sx-rhbk
namespace: suxess-it-admin
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/suxess-it/charts
targetRevision: main
path: rhbk
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: suxess-it-rhbk
syncPolicy:
automated:
prune: false
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
backoff:
duration: 5s # the amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h")
factor: 2 # a factor to multiply the base duration after each failed retry
maxDuration: 10m # the maximum amount of time allowed for the backoff strategy
limit: 10
#ignoreDifferences: