Skip to content

Commit

Permalink
fixed k8s compatibility check job to use provided k8s version (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse authored Jun 20, 2024
1 parent 95cb935 commit 31ac0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Provision Gardener cluster
env:
GARDENER_CLUSTER_VERSION: ${{ inputs.kube-version }}
GARDENER_CLUSTER_VERSION: ${{ inputs.k8s-version }}
CLUSTER_PREFIX: "ghem-"
GARDENER_PROJECT_NAME: ${{ vars.GARDENER_PROJECT_NAME }}
GARDENER_PROVIDER_SECRET_NAME: ${{ vars.GARDENER_PROVIDER_SECRET_NAME_AWS }}
Expand Down

0 comments on commit 31ac0a9

Please sign in to comment.