Skip to content

Commit c34df94

Browse files
Merge pull request #114 from CodeForPhilly/zbl_dev_postusaupdate
added missing PAC_API_BASE_URL name in YAML
2 parents 4cb8c3b + d836233 commit c34df94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helm-chart/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ spec:
162162
valueFrom:
163163
secretKeyRef:
164164
name: pac_api
165-
key
165+
key: PAC_API_BASE_URL
166+
optional: false
166167
envFrom:
167168
- configMapRef:
168169
name: app-config

0 commit comments

Comments
 (0)