Skip to content

Commit

Permalink
updating k8sgateway_api_version to k8sgateway-api-version where appro…
Browse files Browse the repository at this point in the history
…priate
  • Loading branch information
sheidkamp committed Nov 21, 2024
1 parent 83ec0fb commit a5b12e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:
istio-version:
required: true
description: The version of Istio
k8sgateway_api_version:
k8sgateway-api-version:
required: false
default: "" # If this is undefined the setup-kind script has its own default value
description: The version of the gateway-api to use
Expand All @@ -47,5 +47,5 @@ runs:
CLUSTER_NAME: ${{ inputs.cluster-name }}
CLUSTER_NODE_VERSION: ${{ inputs.kind-node-version }}
ISTIO_VERSION: ${{ inputs.istio-version }}
CONFORMANCE_VERSION: ${{ inputs.k8sgateway_api_version }}
CONFORMANCE_VERSION: ${{ inputs.k8sgateway-api-version }}
run: ./ci/kind/setup-kind.sh
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
kubectl-version: ${{ steps.dotenv.outputs.kubectl_version }}
helm-version: ${{ steps.dotenv.outputs.helm_version }}
istio-version: ${{ steps.dotenv.outputs.istio_version }}
k8sgateway_api_version: ${{ steps.dotenv.outputs.k8sgateway_api_version }}
k8sgateway-api-version: ${{ steps.dotenv.outputs.k8sgateway_api_version }}
# Run the tests
- id: run-tests
name: Run Kubernetes e2e Tests
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
kubectl-version: ${{ steps.dotenv.outputs.kubectl_version }}
helm-version: ${{ steps.dotenv.outputs.helm_version }}
istio-version: ${{ steps.dotenv.outputs.istio_version }}
k8sgateway_api_version: ${{ steps.dotenv.outputs.k8sgateway_api_version }}
k8sgateway-api-version: ${{ steps.dotenv.outputs.k8sgateway_api_version }}
# Run the tests
- id: run-tests
name: Run Kubernetes e2e Tests
Expand Down

0 comments on commit a5b12e5

Please sign in to comment.