We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc9be4 commit 96de3ccCopy full SHA for 96de3cc
manifests/installation/storage/mariadb/statefulset.yaml
@@ -46,7 +46,7 @@ spec:
46
# 密码类的环境变量,为了安全,不能以明文的方式在 YAML 中指定,需要通过 secret 挂载
47
envFrom:
48
- secretRef:
49
- name: mariadb
+ name: mariadb
50
# 指定了要创建的持久化存储卷模板信息
51
volumeClaimTemplates:
52
# 指定了存储卷模板的元数据信息
0 commit comments