-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathargocd-apps-helm-chart-values.yaml
46 lines (45 loc) · 1.21 KB
/
argocd-apps-helm-chart-values.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Config values for the ArgoCD Helm Chart.
# For default values, see
# https://raw.githubusercontent.com/argoproj/argo-helm/798c8107c3d0015b8cb93d565cf714c16848b3e8/charts/argocd-apps/values.yaml
applications:
argocd-root-app-of-apps:
namespace: argocd
project: argocd-root
source:
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: main
path: seichi-onp-k8s/manifests/seichi-kubernetes/apps/root
directory:
recurse: true
finalizers:
- resources-finalizer.argocd.argoproj.io
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: true
syncOptions:
- CreateNamespace=true
retry:
limit: -1
backoff:
duration: 5s
factor: 2
maxDuration: 2m
projects:
argocd-root:
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
description: The top-level project
sourceRepos:
- "*"
destinations:
- namespace: "*"
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: "*"
kind: "*"