mirror of https://github.com/istio/istio.io.git
Add missing --set to install command (#12651)
* Add missing --set to install command * remove quotes * use @ * typo * temporary disable prow dir * remove temporary stuff
This commit is contained in:
parent
ea6734571d
commit
96f0beac50
|
|
@ -28,7 +28,7 @@ This task describes how to configure Istio to expose a service outside of the se
|
|||
by default:
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl install profile=minimal
|
||||
$ istioctl install --set profile=minimal
|
||||
{{< /text >}}
|
||||
|
||||
{{< /tip >}}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
source "content/en/boilerplates/snips/gateway-api-support.sh"
|
||||
|
||||
snip_before_you_begin_1() {
|
||||
istioctl install --set values.pilot.env.PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING=true profile=minimal
|
||||
istioctl install --set values.pilot.env.PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING=true --set profile=minimal
|
||||
}
|
||||
|
||||
snip_before_you_begin_2() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue