forked from onyx-dot-app/onyx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathct.yaml
More file actions
22 lines (17 loc) · 842 Bytes
/
ct.yaml
File metadata and controls
22 lines (17 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See https://github.com/helm/chart-testing#configuration
# still have to specify this on the command line for list-changed
chart-dirs:
- deployment/helm/charts
# must be kept in sync with Chart.yaml
chart-repos:
- vespa=https://onyx-dot-app.github.io/vespa-helm-charts
- ingress-nginx=https://kubernetes.github.io/ingress-nginx
- postgresql=https://cloudnative-pg.github.io/charts
- redis=https://ot-container-kit.github.io/helm-charts
- minio=https://charts.min.io/
# have seen postgres take 10 min to pull ... so 15 min seems like a good timeout?
helm-extra-args: --debug --timeout 900s
# nginx appears to not work on kind, likely due to lack of loadbalancer support
# helm-extra-set-args also only works on the command line, not in this yaml
# helm-extra-set-args: --set=nginx.enabled=false
validate-maintainers: false