-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💚 ♻️ Add Con-Bench helm chart to the Vald charts
Signed-off-by: vankichi <[email protected]>
- Loading branch information
Showing
5 changed files
with
63 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
# vald-benchmark-operator | ||
# Vald Benchmark Operator | ||
|
||
![Version: v1.7.5](https://img.shields.io/badge/Version-v1.7.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) | ||
This is a Helm chart to install `vald-benchmark-operator`. | ||
|
||
A benchmark operator for benchmarking the Vald cluster. | ||
Current chart version is `v1.7.5` | ||
|
||
**Homepage:** <https://vald.vdaas.org> | ||
## Table of Contents | ||
|
||
## Maintainers | ||
- [Install](#install) | ||
- [Configuration](#configuration) | ||
|
||
| Name | Email | Url | | ||
| -------- | -------------------- | --- | | ||
| kpango | <[email protected]> | | | ||
| vankichi | <[email protected]> | | | ||
| kmrmt | <[email protected]> | | | ||
## Install | ||
|
||
## Source Code | ||
Add Vald Helm repository | ||
|
||
- <https://github.com/vdaas/vald> | ||
$ helm repo add vald https://vald.vdaas.org/charts | ||
|
||
## Values | ||
Run the following command to install the chart, | ||
|
||
$ helm install vald-benchmark-operator vald/vald-benchmark-operator | ||
|
||
## Configuration | ||
|
||
| Key | Type | Default | Description | | ||
| ----------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- | | ||
|
@@ -180,7 +181,3 @@ A benchmark operator for benchmarking the Vald cluster. | |
| time_zone | string | `""` | time_zone | | ||
| tolerations | list | `[]` | tolerations | | ||
| version | string | `"v0.0.0"` | version of benchmark-operator config | | ||
|
||
--- | ||
|
||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Vald Benchmark Operator | ||
=== | ||
|
||
This is a Helm chart to install `vald-benchmark-operator`. | ||
|
||
|
||
Current chart version is `{{ template "chart.version" . }}` | ||
|
||
Table of Contents | ||
--- | ||
|
||
- [Install](#install) | ||
- [Configuration](#configuration) | ||
|
||
Install | ||
--- | ||
|
||
Add Vald Helm repository | ||
|
||
$ helm repo add vald https://vald.vdaas.org/charts | ||
|
||
Run the following command to install the chart, | ||
|
||
$ helm install vald-benchmark-operator vald/vald-benchmark-operator | ||
|
||
Configuration | ||
--- | ||
|
||
{{ template "chart.valuesTable" . }} |