1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

introduce ct for local helm install test

This commit is contained in:
Lucas Severo Alves
2022-08-10 17:59:48 +02:00
parent ccfaeb2275
commit ba85e794b2
6 changed files with 15 additions and 81 deletions

1
hack/verify-chart.sh Executable file
View File

@@ -0,0 +1 @@
docker run -it --rm --network host --workdir=/data --volume ~/.kube/config:/root/.kube/config:ro --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.7.0 /bin/bash -c "git config --global --add safe.directory /data; ct install --config=.github/ci/ct.yaml --helm-extra-set-args=\"--set=kind=Deployment --set=podSecurityPolicy.create=false\""