更新 k8s/secret.yaml

This commit is contained in:
2026-03-24 14:43:00 +00:00
parent d7a476f7b4
commit cc5f37fbe2

View File

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