github.com/windmilleng/tilt@v0.13.6/integration/shortlived_pods/Tiltfile (about) 1 # -*- mode: Python -*- 2 3 include('../Tiltfile') 4 5 default_registry(read_json('tilt_option.json', {}) 6 .get('default_registry', 'gcr.io/windmill-test-containers/servantes')) 7 8 k8s_yaml('shortlived_pods.yaml')