Skip to content

Commit 6959c2f

Browse files
authored
Merge pull request #996 from kubeshop/add-github-app
chore: update TestWorkflow CRD for GitHub App authType enum
2 parents afcc019 + e4ec471 commit 6959c2f

File tree

3 files changed

+1214
-252
lines changed

3 files changed

+1214
-252
lines changed

README.md

+12-14
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
# Kubeshop Helm Charts
66

7-
This repo contains Helm Charts for Kubeshop projects and makes them available as a
7+
This repo contains Helm Charts for Kubeshop projects and makes them available as a
88
Helm Repository at https://kubeshop.github.io/helm-charts.
99

1010
## Helm installation
1111

12-
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
12+
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
1313
Helm's [documentation](https://helm.sh/docs) to get started.
1414

1515
Once Helm has been set up correctly, add the repo as follows:
@@ -19,26 +19,26 @@ helm repo add kubeshop https://kubeshop.github.io/helm-charts
1919
```
2020

2121
If you had already added this repo earlier, run `helm repo update` to retrieve
22-
the latest versions of the packages. You can then run `helm search repo
22+
the latest versions of the packages. You can then run `helm search repo
2323
testkube-helm-charts` to see the charts.
2424

2525
## TestKube Helm Charts
2626

27-
The following [TestKube](https://github.com/kubeshop/testkube/) Helm Charts are in this project
28-
27+
The following [TestKube](https://github.com/kubeshop/testkube/) Helm Charts are in this project:
28+
2929
- `testkube-api`: the TestKube API Server
3030
- `testkube-dashboard`: the TestKube Dashboard for UI interactions with the API Server
3131
- `testkube-operator`: the TestKube Operator
3232
- `testkube`: the main TestKube chart - [Installation Instructions](https://kubeshop.github.io/testkube/installing/#manual-testkube-helm-charts-installation)
3333

3434
> Please note that the testkube Helm chart will install all the needed charts. Including CRDs. It's an umbrella chart.
3535
36-
## Prometheus service monitor
36+
## Prometheus service monitor
3737

38-
If have already configured Prometheus stack you can enble service monitor
39-
for testkube API server to scrape metrics from it.
38+
If have already configured Prometheus stack you can enble service monitor
39+
for testkube API server to scrape metrics from it.
4040

41-
you'll need to add `testkube-api.prometheus.enabled=true` value to do this e.g.
41+
you'll need to add `testkube-api.prometheus.enabled=true` value to do this e.g.
4242

4343
```
4444
helm install testkube kubeshop/testkube --set testkube-api.prometheus.enabled=true
@@ -55,11 +55,9 @@ The following [Kusk Gateway](https://github.com/kubeshop/kusk-gateway/) Helm Cha
5555

5656
## Other projects
5757

58-
If you're interested to see what these Helm Charts install you can use [Monokle](https://github.com/kubeshop/monokle) to
58+
If you're interested to see what these Helm Charts install you can use [Monokle](https://github.com/kubeshop/monokle) to
5959
load and preview all of them:
60-
- clone this repository
60+
61+
- clone this repository
6162
- load the project folder into Monokle
6263
- select and preview each of the Helm charts as described at [Working with Helm](https://kubeshop.github.io/monokle/helm/)
63-
64-
65-

0 commit comments

Comments
 (0)