Merge pull request #143 from zhiweiyin318/fix-typo

fix typo
This commit is contained in:
openshift-ci[bot]
2021-08-05 06:14:55 +00:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ We mainly provide deployment in two scenarios:
### Deploy all-in-on deployment
1. Set a env variable `KUBECONFIG` to kubeconfig file path.
1. Set an env variable `KUBECONFIG` to kubeconfig file path.
```shell
export KUBECONFIG=$HOME/.kube/config
```