Skip to content

Commit

Permalink
test: Fix k8s_version value in create-cluster and Matching " (aws…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Jun 22, 2023
1 parent b2a1c23 commit d7f701b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
--template-file $CLOUDFORMATION_PATH \
--capabilities CAPABILITY_NAMED_IAM \
--parameter-overrides "ClusterName=${{ inputs.cluster_name }}" \
--tags "testing.karpenter.sh/type=e2e" github.com/run-url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
--tags "testing.karpenter.sh/type=e2e" "github.com/run-url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
- name: create or upgrade cluster
shell: bash
run: |
Expand All @@ -70,7 +70,7 @@ runs:
metadata:
name: ${{ inputs.cluster_name }}
region: ${{ inputs.region }}
version: "${{ inputs.kubernetes_version }}"
version: "${{ inputs.k8s_version }}"
tags:
karpenter.sh/discovery: ${{ inputs.cluster_name }}
github.com/run-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Expand Down

0 comments on commit d7f701b

Please sign in to comment.