We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7088011 commit 6e8c826Copy full SHA for 6e8c826
osm-seed/templates/web/web-deployment.yaml
@@ -174,6 +174,10 @@ spec:
174
value: {{ .Values.web.env.OPENSTREETMAP_AUTH_ID | default "" | quote }}
175
- name: OPENSTREETMAP_AUTH_SECRET
176
value: {{ .Values.web.env.OPENSTREETMAP_AUTH_SECRET | default "" | quote }}
177
+ - name: WIKIPEDIA_AUTH_ID
178
+ value: {{ .Values.web.env.WIKIPEDIA_AUTH_ID | default "" | quote }}
179
+ - name: WIKIPEDIA_AUTH_SECRET
180
+ value: {{ .Values.web.env.WIKIPEDIA_AUTH_SECRET | default "" | quote }}
181
volumeMounts:
182
- mountPath: /dev/shm
183
name: shared-memory
0 commit comments