Skip to content

Commit d836233

Browse files
committed
added missing PAC_API_BASE_URL name in YAML
1 parent 66e6a3c commit d836233

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)