diff --git a/content/en/boilerplates/gateway-api-install-crds.md b/content/en/boilerplates/gateway-api-install-crds.md index 585f797e3eb53..cd682f955f742 100644 --- a/content/en/boilerplates/gateway-api-install-crds.md +++ b/content/en/boilerplates/gateway-api-install-crds.md @@ -5,5 +5,5 @@ installed before using the Gateway API: {{< text syntax=bash snip_id=install_crds >}} $ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \ - { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{< k8s_gateway_api_version >}}/standard-install.yaml; } + kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{< k8s_gateway_api_version >}}/standard-install.yaml {{< /text >}} diff --git a/content/en/boilerplates/snips/gateway-api-install-crds.sh b/content/en/boilerplates/snips/gateway-api-install-crds.sh index 1199aac904fe7..3157bd91d5412 100644 --- a/content/en/boilerplates/snips/gateway-api-install-crds.sh +++ b/content/en/boilerplates/snips/gateway-api-install-crds.sh @@ -22,5 +22,5 @@ bpsnip_gateway_api_install_crds_install_crds() { kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \ - { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml; } + kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml } diff --git a/content/uk/boilerplates/gateway-api-install-crds.md b/content/uk/boilerplates/gateway-api-install-crds.md index 815ba1d0d773e..213a5fa325be4 100644 --- a/content/uk/boilerplates/gateway-api-install-crds.md +++ b/content/uk/boilerplates/gateway-api-install-crds.md @@ -4,5 +4,5 @@ {{< text syntax=bash snip_id=install_crds >}} $ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \ - { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{< k8s_gateway_api_version >}}/standard-install.yaml; } + kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{< k8s_gateway_api_version >}}/standard-install.yaml {{< /text >}} diff --git a/content/zh/boilerplates/gateway-api-install-crds.md b/content/zh/boilerplates/gateway-api-install-crds.md index 30530c1ccf57c..555a3d98b3264 100644 --- a/content/zh/boilerplates/gateway-api-install-crds.md +++ b/content/zh/boilerplates/gateway-api-install-crds.md @@ -5,5 +5,5 @@ {{< text syntax=bash snip_id=install_crds >}} $ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \ - { kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{< k8s_gateway_api_version >}}/standard-install.yaml; } + kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/{{< k8s_gateway_api_version >}}/standard-install.yaml {{< /text >}}