Skip to content

Commit a626e1a

Browse files
committed
chart: exclude helm unittest fixtures from packaged chart
Add `tests/` to the chart's `.helmignore` so the helm-unittest suites and their snapshots are not bundled into the published chart artifact. Signed-off-by: Giulio Calzolari <gcalzolari@nvidia.com>
1 parent a271955 commit a626e1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deployments/gpu-operator/.helmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
.idea/
2121
*.tmproj
2222
.vscode/
23+
# helm unittest
24+
tests/

0 commit comments

Comments
 (0)