jlandowner / helm-chartsnap

Snapshot testing tool for Helm charts
MIT License
74 stars 8 forks source link

Add CLI options properties in`testSpec` #13

Open jlandowner opened 11 months ago

jlandowner commented 11 months ago

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
...