We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc33fb commit e1c4348Copy full SHA for e1c4348
.github/workflows/acceptance_tests_kind.yaml
@@ -26,9 +26,9 @@ on:
26
27
env:
28
KUBECONFIG: ${{ github.workspace }}/.kube/config
29
- KIND_VERSION: ${{ github.event.inputs.kindVersion || vars.KIND_VERSION }}
30
- PARALLEL_RUNS: ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS }}
31
- TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION }}
+ KIND_VERSION: ${{ github.event.inputs.kindVersion || vars.KIND_VERSION || '0.23.0' }}
+ PARALLEL_RUNS: ${{ github.event.inputs.parallelRuns || vars.PARALLEL_RUNS || '8' }}
+ TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION || '1.9.2' }}
32
33
jobs:
34
acceptance_tests_kind:
0 commit comments