fix: Force POOL_SIZE value to string

This commit is contained in:
Robert Prehn 2021-10-22 13:19:54 -05:00
parent bb5947193b
commit 4cec0f77d9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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