mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正环境变量的类型问题
parent
3624e5e63d
commit
0f82ebf53e
|
|
@ -21,9 +21,9 @@ spec:
|
|||
- name: napcat
|
||||
env:
|
||||
- name: NAPCAT_GID
|
||||
value: {{ .Values.napcat.permission.gid }}
|
||||
value: "{{ .Values.napcat.permission.gid }}"
|
||||
- name: NAPCAT_UID
|
||||
value: {{ .Values.napcat.permission.uid }}
|
||||
value: "{{ .Values.napcat.permission.uid }}"
|
||||
- name: TZ
|
||||
value: Asia/Shanghai
|
||||
image: {{ .Values.napcat.image.repository }}:{{ .Values.napcat.image.tag }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue