Skip to content

Commit

Permalink
update CONTRIBUTING.md integration test directions (#1157)
Browse files Browse the repository at this point in the history
Signed-off-by: Robbie Lankford <[email protected]>
  • Loading branch information
rlankfo authored Jan 22, 2025
1 parent 08caa5f commit 668901e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# jetbrains
.idea/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ chart and runs helm test as well.
To run the integration tests for the `k8s-monitoring` chart, use the following commands:

```bash
./scripts/run-integration-test.sh charts/k8s-monitoring/tests/integration/<test dir>
./scripts/run-cluster-test.sh charts/k8s-monitoring/tests/integration/<test dir>
```

This will create a new Kubernetes cluster using kind, deploy any required dependencies, deploy the `k8s-monitoring` Helm
Expand Down

0 comments on commit 668901e

Please sign in to comment.