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