adjust oc front VARS
This commit is contained in:
@@ -43,12 +43,10 @@ func Create_Service(folder string, release string, branch string, target string,
|
||||
if build {
|
||||
return buildService(folder, release, branch, target)
|
||||
}
|
||||
utils.Exec("sed -i -e 's/: oc/: " + officialRegistry + "/g' " + folder + "/" + release + "-values.yaml")
|
||||
return nil
|
||||
}
|
||||
|
||||
func buildService(folder string, release string, branch string, target string) error {
|
||||
utils.Exec("sed -i -e 's/" + officialRegistry + "/oc/g' " + folder + "/" + release + "-values.yaml")
|
||||
scheme := "http"
|
||||
hostname := "beta.opencloud.com"
|
||||
clusterName := "opencloud"
|
||||
|
||||
Reference in New Issue
Block a user