Skip to content

Commit

Permalink
Remove mention of unsupported flag (#561)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Owsiany <porridge@redhat.com>
  • Loading branch information
porridge committed Sep 12, 2024
1 parent 2cb230f commit 9e4c3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing/test-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ A default environment for the tests can be defined in `kuttl-test.yaml` allowing

If no configuration is provided, the tests will run against your default cluster context using whatever Kubernetes cluster is configured in your kubeconfig.

You can also provide an alternative kubeconfig file by either setting `$KUBECONFIG` or the `--kubeconfig` flag:
You can also provide an alternative kubeconfig file by setting the `$KUBECONFIG` environment variable:

```bash
kubectl kuttl test --kubeconfig=mycluster.yaml
KUBECONFIG=mycluster.yaml kubectl kuttl test
```

## Kubernetes-in-docker
Expand Down

0 comments on commit 9e4c3d1

Please sign in to comment.