Skip to content

Commit 13b01eb

Browse files
authored
fix: update fastgpt root_key environment variable (#575)
1 parent e69c0e1 commit 13b01eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

template/fastgpt-milvus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
- name: DEFAULT_ROOT_PSW
133133
value: ${{ inputs.root_password }}
134134
- name: ROOT_KEY
135-
value: ${{ defaults.root_key }}}
135+
value: ${{ defaults.root_key }}
136136
- name: DB_MAX_LINK
137137
value: '100'
138138
- name: TOKEN_KEY

template/fastgpt-pro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
- name: DEFAULT_ROOT_PSW
130130
value: ${{ inputs.root_password }}
131131
- name: ROOT_KEY
132-
value: ${{ defaults.root_key }}}
132+
value: ${{ defaults.root_key }}
133133
- name: DB_MAX_LINK
134134
value: '100'
135135
- name: TOKEN_KEY

template/fastgpt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ spec:
122122
- name: DEFAULT_ROOT_PSW
123123
value: ${{ inputs.root_password }}
124124
- name: ROOT_KEY
125-
value: ${{ defaults.root_key }}}
125+
value: ${{ defaults.root_key }}
126126
- name: DB_MAX_LINK
127127
value: '100'
128128
- name: TOKEN_KEY

0 commit comments

Comments
 (0)