From 402dbe5038747daa282832bc1dc9462178602a24 Mon Sep 17 00:00:00 2001 From: liaozan Date: Sat, 12 Feb 2022 19:01:58 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 7cdb28a..571c7d2 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -17,6 +17,7 @@ spec: annotations: armsPilotAutoEnable: "on" armsPilotCreateAppName: "${APP_NAME}" + one-agent.jdk.version: "OpenJDK11" spec: containers: - name: ${APP_NAME} -- GitLab