更新 k8s/secret.yaml
This commit is contained in:
@@ -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==
|
||||
|
||||
Reference in New Issue
Block a user