diff --git a/rc-auth/pipeline-dev b/rc-auth/pipeline-dev index c97061f9..7c62914b 100644 --- a/rc-auth/pipeline-dev +++ b/rc-auth/pipeline-dev @@ -17,7 +17,7 @@ pipeline { JAR_NAME = "rc-auth-*.jar" ALIYUN_REGISTRY = "registry.cn-hangzhou.aliyuncs.com/public_mirror_images" IMAGE_REP_TAG = "" - NERDCTL = "nerdctl --address /run/containerd/containerd.sock" + NERDCTL = "nerdctl --address /run/containerd/containerd.sock --namespace k8s.io" DOCKER_FILE = "rc-auth/Dockerfile-dev" DOCKER_DIR = "rc-auth" K8S_NAMESPACE = "azizi"