diff --git a/tests/e2e/kubetest2-kops/deployer/publish.go b/tests/e2e/kubetest2-kops/deployer/publish.go index 81c2a024bb..07aac0cf3b 100644 --- a/tests/e2e/kubetest2-kops/deployer/publish.go +++ b/tests/e2e/kubetest2-kops/deployer/publish.go @@ -53,7 +53,9 @@ func (d *deployer) PostTest(testErr error) error { } args := []string{ - "gsutil", "cp", + "gsutil", + "-h", "Cache-Control:private, max-age=0, no-transform", + "cp", tempSrc.Name(), d.PublishVersionMarker, }