mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
Add kubernetes version environment variable
This commit is contained in:
parent
8fe7986d0d
commit
70b73d7cb9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/helm_validation.yaml
vendored
2
.github/workflows/helm_validation.yaml
vendored
|
|
@ -8,3 +8,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Kubeval Helm Chart
|
- name: Kubeval Helm Chart
|
||||||
uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0
|
uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0
|
||||||
|
env:
|
||||||
|
INPUT_KUBERNETES_VERSION: 1.19
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue