We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b41c0 commit ae00302Copy full SHA for ae00302
Makefile
@@ -355,6 +355,7 @@ ci/publish-image-cloud/azure:
355
ci/publish-image-cloud/gcr:
356
$(Q)[ "$(CLUSTER_PROVIDER)" = "gke" ] || { echo "FATAL: CLUSTER_PROVIDER is not gke" ; exit 1 ; }
357
make ci/publish-image-cloud \
358
+ IMAGE_EXTRA_FILE="/tmp/cloud-values.yaml" \
359
IMAGE_EXTRA_FILE_CONTENT="deploymentTool: amb-oper-gke"
360
361
ci/publish-chart: chart-push
@@ -381,4 +382,3 @@ ci/cleanup:
381
382
@echo ">>> Cleaning up CI"
383
$(Q)$(TOP_DIR)/tests/e2e/runner.sh cleanup
384
$(Q)$(TOP_DIR)/ci/cleanup.sh
-
0 commit comments