Merge pull request #953 from a7i/ct-kind-deployment

set helm-extra-set-args as inline command arg
This commit is contained in:
Kubernetes Prow Robot
2022-09-28 01:27:36 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -2,5 +2,4 @@ chart-dirs:
- charts
helm-extra-args: "--timeout=5m"
check-version-increment: false
helm-extra-set-args: "--set=kind=Deployment"
target-branch: master
+3 -1
View File
@@ -8,10 +8,12 @@ on:
paths:
- 'charts/**'
- '.github/workflows/helm.yaml'
- '.github/ci/ct.yaml'
pull_request:
paths:
- 'charts/**'
- '.github/workflows/helm.yaml'
- '.github/ci/ct.yaml'
jobs:
lint-and-test:
@@ -57,7 +59,7 @@ jobs:
# helm-extra-set-args only available after ct 3.6.0
- name: Run chart-testing (install)
run: ct install --config=.github/ci/ct.yaml
run: ct install --config=.github/ci/ct.yaml --helm-extra-set-args='--set=kind=Deployment'
- name: E2E after chart install
env: