Files
todo-backend/k8s/secret.yaml
13332247026 46ca9c7931
All checks were successful
continuous-integration/drone/push Build is passing
更新 k8s/secret.yaml
2026-03-24 14:03:40 +00:00

10 lines
222 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
apiVersion: v1
kind: Secret
metadata:
name: todo-backend-secret
namespace: drone
type: Opaque
data:
# 密码需要base64编码例如 echo -n 'your_password' | base64
SPRING_DATASOURCE_PASSWORD: c2FsZXNfZGV2Cg==