fix: Force POOL_SIZE value to string
This commit is contained in:
parent
bb5947193b
commit
4cec0f77d9
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ spec:
|
|||
- name: HOSTNAME
|
||||
value: legendaryframework.org
|
||||
- name: POOL_SIZE
|
||||
value: 25
|
||||
value: "25"
|
||||
- name: EMAIL_FROM
|
||||
value: no-reply@legendaryframework.org
|
||||
- name: NAMESPACE
|
||||
|
|
|
@ -37,7 +37,7 @@ spec:
|
|||
- name: HOSTNAME
|
||||
value: legendaryframework.org
|
||||
- name: POOL_SIZE
|
||||
value: 25
|
||||
value: "25"
|
||||
- name: EMAIL_FROM
|
||||
value: no-reply@legendaryframework.org
|
||||
- name: NAMESPACE
|
||||
|
|
Loading…
Reference in a new issue