From 8447df45b56f76fdec60c94a10a3effdd7fee98c Mon Sep 17 00:00:00 2001 From: Deepika Pandhi Date: Tue, 3 Sep 2019 09:55:20 -0700 Subject: [PATCH] changed - minikube config from minikube config list changed to minikube config from minikube config list --- site/content/en/docs/Reference/environment_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Reference/environment_variables.md b/site/content/en/docs/Reference/environment_variables.md index 75257d7865..7a02d204d9 100644 --- a/site/content/en/docs/Reference/environment_variables.md +++ b/site/content/en/docs/Reference/environment_variables.md @@ -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.