full_container_scheme/3.kubernetes/secret/cmdb-secret.yml

11 lines
182 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

apiVersion: v1
kind: Secret
metadata:
name: mysql-cmdb
namespace: test
type: Opaque
data:
DB_USER: cm9vdA==
DB_PASSWORD: MTIzNDU2
# 注意加-n参数echo -n 123456|base64