Adam Fletcher
Adam Fletcher
We're seeing this as well and would love a fix!
I also see this issue in latest iOS mobile app.
we would love this - right now we do this in our `Tiltfile`: ``` if config.tilt_subcommand == "down": # make sure the PVCs are gone local( 'kubectl patch pvc filestore-default-pvc...
@hyu The preference for local resource is that we can make sure we build all images and push them remotely _without_ needing to depend on any k8s resources. I don't...
I see this often - glad to know we can ignore it.
We see this all the time.
@victorwuky we would love this!
I am very excited for this!
+1 to this feature!
Hi! I'd love this feature; I'm trying to pass environment variables to a cmd step: `az acr task run --name testtask --registry tracerimages -f run_task.yaml --set ACR_LOCATION=westus` ``` $ cat...