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:
Frank Budinsky 2023-02-13 20:01:40 -05:00 committed by GitHub
parent ea6734571d
commit 96f0beac50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 >}}

View File

@ -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() {