Files
Spring-cloud-2025.1.1/k8s/secrets.yaml
lingxiao865 0f38d49b66 1
2026-02-10 08:22:09 +08:00

11 lines
212 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: auth-secret
type: Opaque
data:
# 注意这些是base64编码的值
# root (用户名)
db-username: cm9vdA==
# lingxiao (密码)
db-password: bGluZ3hpYW8=