更新 k8s/secret.yaml
This commit is contained in:
@@ -5,5 +5,5 @@ metadata:
|
|||||||
namespace: drone
|
namespace: drone
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
# 密码需要base64编码,例如 echo -n 'your_password' | base64
|
# echo -n 'your_password' | base64
|
||||||
SPRING_DATASOURCE_PASSWORD: c2FsZXNfZGV2Cg==
|
SPRING_DATASOURCE_PASSWORD: c2FsZXNfZGV2Cg==
|
||||||
|
|||||||
Reference in New Issue
Block a user