Skip to content

Commit 8a08d56

Browse files
authored
Fix typo (#85)
* Fix typo Signed-off-by: Alan Cha <[email protected]> * Remove broken badge Signed-off-by: Alan Cha <[email protected]> --------- Signed-off-by: Alan Cha <[email protected]>
1 parent c50091f commit 8a08d56

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Iter8 release](https://img.shields.io/github/v/release/iter8-tools/iter8?sort=semver)](https://github.com/iter8-tools/iter8/releases)
44
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/github.com/iter8-tools/iter8)
5-
![Unit Test Status](https://github.com/iter8-tools/iter8/actions/workflows/tests.yaml/badge.svg)
65

76
Iter8 is the Kubernetes release optimizer built for DevOps, MLOps, SRE and data science teams. Iter8 makes it easy to ensure that Kubernetes apps and ML models perform well and maximize business value.
87

docs/tutorials/abn/abn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ helm install --repo https://iter8-tools.github.io/hub iter8-abn abn \
3030
- All resource objects for all versions are deployed in the same namespace
3131
- There is only 1 resource object of a given type in each version
3232
- The name of each object in the version associated with the baseline track is the application name
33-
- The name of each object in the version associate with a candidate track is of the form `<application_name>-candidate-<index>` where index is 1, 2, etc.
33+
- The name of each object in the version associated with a candidate track is of the form `<application_name>-candidate-<index>` where index is 1, 2, etc.
3434

3535

3636
## Deploy the sample application

docs/user-guide/topics/ab_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ From the above configuration, Iter8 infers the names of the expected resource ob
5050
- All resource objects for all versions are deployed in the same namespace
5151
- There is only 1 resource object of a given type in each version
5252
- The name of each object in the version associated with the baseline track is the application name
53-
- The name of each object in the version associate with a candidate track is of the form `<application_name>-candidate-<index>` where index is 1, 2, etc.
53+
- The name of each object in the version associated with a candidate track is of the form `<application_name>-candidate-<index>` where index is 1, 2, etc.
5454

5555
## Deployment Time Configuration of Backend Components
5656

0 commit comments

Comments
 (0)