Skip to content

Commit 40853b8

Browse files
committed
fix: adds namespace to ct lint
1 parent c222806 commit 40853b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
name: Run chart-testing (lint)
199199
run: |
200200
devbox run -- \
201-
ct lint --config charts/ct-config.yaml
201+
ct lint --namespace=caren-system --config charts/ct-config.yaml
202202
203203
- if: steps.list-changed.outputs.changed == 'true'
204204
name: Create kind cluster

0 commit comments

Comments
 (0)