Skip to content

Commit

Permalink
changed - minikube config from minikube config list
Browse files Browse the repository at this point in the history
changed to minikube config from minikube config list
  • Loading branch information
dpandhi-git committed Sep 3, 2019
1 parent 8067324 commit 8447df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/Reference/environment_variables.md
Expand Up @@ -7,7 +7,7 @@ date: 2019-08-01

## Config option variables

minikube supports passing environment variables instead of flags for every value listed in `minikube config view`. This is done by passing an environment variable with the prefix `MINIKUBE_`.
minikube supports passing environment variables instead of flags for every value listed in `minikube config`. This is done by passing an environment variable with the prefix `MINIKUBE_`.

For example the `minikube start --iso-url="$ISO_URL"` flag can also be set by setting the `MINIKUBE_ISO_URL="$ISO_URL"` environment variable.

Expand Down

0 comments on commit 8447df4

Please sign in to comment.