specify kubectl version
This commit is contained in:
parent
b38a071c8d
commit
8474cde70e
4
.github/workflows/deploy-base.yaml
vendored
4
.github/workflows/deploy-base.yaml
vendored
@ -32,7 +32,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Kubectl tool installer
|
- name: Kubectl tool installer
|
||||||
uses: Azure/setup-kubectl@v3
|
uses: azure/setup-kubectl@v3
|
||||||
|
with:
|
||||||
|
version: v1.25.8
|
||||||
|
|
||||||
- uses: azure/k8s-set-context@v3
|
- uses: azure/k8s-set-context@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user