Skip to content

Commit 6b65329

Browse files
authored
Merge pull request #4 from jami1024/fix
fix mariadb statefulset bug
2 parents 2dc9be4 + 96de3cc commit 6b65329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/installation/storage/mariadb/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
# 密码类的环境变量,为了安全,不能以明文的方式在 YAML 中指定,需要通过 secret 挂载
4747
envFrom:
4848
- secretRef:
49-
name: mariadb
49+
name: mariadb
5050
# 指定了要创建的持久化存储卷模板信息
5151
volumeClaimTemplates:
5252
# 指定了存储卷模板的元数据信息

0 commit comments

Comments
 (0)