Refactor to acceptance tests setup (#875)

This commit is contained in:
RoyUP9
2022-03-03 17:22:26 +02:00
committed by GitHub
parent 8217ac3ed0
commit 5af0c5a9e9
6 changed files with 4 additions and 30 deletions

View File

@@ -214,7 +214,7 @@ func DeleteKubeFile(kubeContext string, namespace string, filename string) error
func getDefaultCommandArgs() []string {
setFlag := "--set"
telemetry := "telemetry=false"
agentImage := "agent-image=gcr.io/up9-docker-hub/mizu/ci:0.0"
agentImage := "agent-image=mizu/ci:0.0"
imagePullPolicy := "image-pull-policy=IfNotPresent"
headless := "headless=true"