Skip to content

Commit a45475d

Browse files
authored
Fix instructions for locally running lint. (#42)
1 parent 640820f commit a45475d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We use helm's [chart-testing](https://github.com/helm/chart-testing) tool to lin
2323
To run in Docker:
2424

2525
1. Have Docker installed
26-
2. Run `./ci/scripts/local-lint`
26+
2. Run `.ci/scripts/local-ct-lint.sh`
2727

2828
To run locally:
2929

@@ -58,4 +58,4 @@ kubectl cluster-info --context kind-kind
5858
Have a nice day! 👋
5959
```
6060

61-
Trigger a `ct install` test against the KinD cluster, by running `t install --config=.ci/ct-config.yaml`. **ct** will target your current context (be careful if you've got multiple contexts configured!), create a temporary namespace, and deploy the chart into that namespace, until `helm --wait` indicates success. After this, the helm release will be removed, the namespace deleted, and you can retire your KinD cluster by running `kind delete cluster`.
61+
Trigger a `ct install` test against the KinD cluster, by running `t install --config=.ci/ct-config.yaml`. **ct** will target your current context (be careful if you've got multiple contexts configured!), create a temporary namespace, and deploy the chart into that namespace, until `helm --wait` indicates success. After this, the helm release will be removed, the namespace deleted, and you can retire your KinD cluster by running `kind delete cluster`.

0 commit comments

Comments
 (0)