Skip to content

Commit 1aa0f0a

Browse files
authored
Merge pull request #11 from LearnWithHomer/5.6_homer-fastly-vars
Added fastly env vars to be picked up by squidex on startup
2 parents 22d267f + be21118 commit 1aa0f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ spec:
120120
secretKeyRef:
121121
name: squidex
122122
key: google_auth_secret
123-
- name: FASTLY__API__KEY
123+
- name: FASTLY__APIKEY
124124
valueFrom:
125125
secretKeyRef:
126126
name: squidex
127127
key: fastly_api_key
128-
- name: FASTLY__SERVICE__ID
128+
- name: FASTLY__SERVICEID
129129
valueFrom:
130130
secretKeyRef:
131131
name: squidex

0 commit comments

Comments
 (0)