github.com/grahambrereton-form3/tilt@v0.10.18/integration/Tiltfile (about)

     1  # -*- mode: Python -*-
     2  
     3  # HACK: load namespaces on `tilt up` but not on `tilt down`
     4  load_namespace = not os.environ.get('SKIP_NAMESPACE', '')
     5  if load_namespace:
     6    k8s_yaml('namespace.yaml')