fix(content): harden install and security guidance

This commit is contained in:
yeasy
2026-05-21 01:23:44 -07:00
parent d47afa7e75
commit 2e625a3cdf
9 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ spec:
### 13.4.5 ConfigMap Secret
* **ConfigMap**存储非机密的配置数据 (配置文件环境变量)
* **Secret**存储机密数据 (密码Token证书) Etcd 中加密存储
* **Secret**存储机密数据 (密码Token证书)Secret 值默认只是 Base64 编码并存入 etcd生产环境应显式启用 etcd 静态加密或 KMS
通过将配置与镜像分离保证了容器的可移植性