jlandowner/helm-chartsnap

Add CLI options properties in`testSpec`

Opened this issue · 0 comments

Support to run cmd without args such as chartsnap -f values.yaml by using the values file like:

testSpec:
  chart: cilium
  additionalArgs: |
    --repo https://helm.cilium.io
    --namespace kube-system
...