|
|
@@ -140,7 +140,7 @@ def restoreDockerImage(Object DOCKER, String workspace, String base_branch, Stri
|
|
|
return imageUri
|
|
|
}
|
|
|
|
|
|
-def deployWithConfigmapEnvOnly(SERVICE, K3S, String base_branch, String[] args, configmapEnv="./configmap-env.ini", namespace='default') {
|
|
|
+def deployWithConfigmapEnvOnly(SERVICE, K3S, String base_branch, String[] args, configmapEnv="./configmap-env.ini", namespace='ahxpm') {
|
|
|
|
|
|
print "loading ${sharedLibsPath}/k3sUtil.groovy..."
|
|
|
def k3sUtils = load "${sharedLibsPath}/k3sUtil.groovy"
|