Skip to content

Commit 374ddbf

Browse files
Make tilt ignore pre-delete hooks (#214)
Signed-off-by: Nitish Malhotra <[email protected]> Co-authored-by: Jonathan Innis <[email protected]>
1 parent e2c942d commit 374ddbf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Tiltfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ docker_build(
1313
'.',
1414
dockerfile='Dockerfile')
1515

16-
yaml = helm(
17-
'chart/orkestra',
18-
name='orkestra',
19-
namespace='orkestra',
20-
values=['./chart/orkestra/values.yaml'],
21-
)
16+
yaml = local('helm template --namespace orkestra orkestra chart/orkestra --no-hooks --include-crds')
2217

2318
k8s_yaml(yaml,allow_duplicates=True)
2419

0 commit comments

Comments
 (0)