mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -05:00
Looks like the env var needs quotes?
This commit is contained in:
@@ -34,7 +34,7 @@ spec:
|
|||||||
- name: MSSQL_PID
|
- name: MSSQL_PID
|
||||||
value: Express
|
value: Express
|
||||||
- name: MSSQL_TCP_PORT
|
- name: MSSQL_TCP_PORT
|
||||||
value: 1434
|
value: "1434"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: America/New_York
|
value: America/New_York
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user