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