zhiqiang.yu 4 settimane fa
parent
commit
557b2e7ba0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      sharedLibs/stages.k8s.groovy

+ 1 - 1
sharedLibs/stages.k8s.groovy

@@ -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"