From cc5f37fbe267246aa766aad485dba2cd837fadee Mon Sep 17 00:00:00 2001 From: 13332247026 <13332247026@qq.com> Date: Tue, 24 Mar 2026 14:43:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20k8s/secret.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/secret.yaml b/k8s/secret.yaml index 0f2e320..49eaf1b 100644 --- a/k8s/secret.yaml +++ b/k8s/secret.yaml @@ -5,5 +5,5 @@ metadata: namespace: drone type: Opaque data: - # 密码需要base64编码,例如 echo -n 'your_password' | base64 + # echo -n 'your_password' | base64 SPRING_DATASOURCE_PASSWORD: c2FsZXNfZGV2Cg==