更新 k8s/secret.yaml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-24 14:03:40 +00:00
parent d9218793cf
commit 46ca9c7931

View File

@@ -6,13 +6,4 @@ metadata:
type: Opaque
data:
# 密码需要base64编码例如 echo -n 'your_password' | base64
SPRING_DATASOURCE_PASSWORD: cG9zdGdyZXM= # postgres
---
apiVersion: v1
kind: Secret
metadata:
name: tencentyun-secret
namespace: drone
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: base64编码内容
SPRING_DATASOURCE_PASSWORD: c2FsZXNfZGV2Cg==