Skip to content

Commit

Permalink
Merge pull request #751 from flavio/fix-tilt-system-registry
Browse files Browse the repository at this point in the history
dev: fix the tilt development file
  • Loading branch information
flavio committed May 31, 2024
2 parents 94ec1c4 + 3c25b3b commit 1f35335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install = helm(
settings.get('helm_charts_path') + '/charts/kubewarden-controller/',
name='kubewarden-controller',
namespace='kubewarden',
set=['image.repository=' + settings.get('image'), 'global.cattle.SystemDefaultRegistry=' + settings.get('registry')]
set=['image.repository=' + settings.get('image'), 'global.cattle.systemDefaultRegistry=' + settings.get('registry')]
)

objects = decode_yaml_stream(install)
Expand Down

0 comments on commit 1f35335

Please sign in to comment.