Looks like the env var needs quotes?

This commit is contained in:
2019-10-15 19:20:23 -04:00
parent 982c388710
commit 5bc8018068

View File

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