From 2c78634d73fdf37ede6a904719561387b9db5e5b Mon Sep 17 00:00:00 2001 From: liaozan Date: Wed, 18 May 2022 12:00:46 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index f9fdfa0..0f04897 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -14,7 +14,7 @@ spec: - key: alibabacloud.com/nodepool-id operator: In values: - - ${NODE_ID} + - ${NODE_POOL_ID} replicas: ${REPLICAS} selector: matchLabels: -- GitLab