Skip to content

Commit a5e0955

Browse files
committed
http2/h2demo: set prod namespace for deploy
Forgot to do this. Change-Id: I74a4f53047c99825005d323b6c70d4215e5cb8ea Reviewed-on: https://go-review.googlesource.com/c/net/+/348589 Trust: Heschi Kreinick <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent ff17edf commit a5e0955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http2/h2demo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ push-prod: docker
2626

2727
# TODO(bradfitz): add REPO subsitution in xb for the kubectl command.
2828
deploy-prod: push-prod
29-
xb --prod kubectl set image deployment/h2demo-deployment h2demo=gcr.io/symbolic-datum-552/h2demo:$(VERSION)
29+
xb --prod kubectl --namespace prod set image deployment/h2demo-deployment h2demo=gcr.io/symbolic-datum-552/h2demo:$(VERSION)
3030
deploy-staging: push-staging
3131
xb --staging kubectl set image deployment/h2demo-deployment h2demo=gcr.io/go-dashboard-dev/h2demo:$(VERSION)
3232

0 commit comments

Comments
 (0)