We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc938f4 commit ecbdc5fCopy full SHA for ecbdc5f
Tiltfile
@@ -251,7 +251,7 @@ def capz():
251
print("Using REGISTRY: " + registry + " from tilt-settings.yaml")
252
image = registry + "/cluster-api-azure-controller"
253
else:
254
- image = "gcr.io/cluster-api-provider-azure/cluster-api-azure-controller"
+ image = "gcr.io/k8s-staging-cluster-api-azure/cluster-api-azure-controller"
255
256
# Set up an image build for the provider. The live update configuration syncs the output from the local_resource
257
# build into the container.
0 commit comments