diff --git a/.github/workflows/api_gateway_conformance_tests_with_build.yml b/.github/workflows/api_gateway_conformance_tests_with_build.yml index 153aef4e81..72cd3547b5 100644 --- a/.github/workflows/api_gateway_conformance_tests_with_build.yml +++ b/.github/workflows/api_gateway_conformance_tests_with_build.yml @@ -118,7 +118,7 @@ jobs: - name: Install Consul working-directory: "consul-k8s/.github/workflows/api-gateway-conformance" run: | - helm install --values ./consul-config.yaml consul $GITHUB_WORKSPACE/consul-k8s/charts/consul --set global.imageK8S =${{ matrix.config.consul-k8s-version }} --set global.image=${{ matrix.config.consul-image }} --set ${{ matrix.config.envoy-field }}=${{ matrix.config.envoy-image }} --create-namespace --namespace=consul + helm install --values ./consul-config.yaml consul $GITHUB_WORKSPACE/consul-k8s/charts/consul --set global.imageK8S=${{ matrix.config.consul-k8s-version }} --set global.image=${{ matrix.config.consul-image }} --set ${{ matrix.config.envoy-field }}=${{ matrix.config.envoy-image }} --create-namespace --namespace=consul kubectl wait --for=condition=Ready --timeout=60s --namespace=consul pods --all - name: Patch testing resources