diff --git a/osm-seed/templates/web/web-deployment.yaml b/osm-seed/templates/web/web-deployment.yaml index 3ac7842b..dca9eca3 100644 --- a/osm-seed/templates/web/web-deployment.yaml +++ b/osm-seed/templates/web/web-deployment.yaml @@ -174,6 +174,10 @@ spec: value: {{ .Values.web.env.OPENSTREETMAP_AUTH_ID | default "" | quote }} - name: OPENSTREETMAP_AUTH_SECRET value: {{ .Values.web.env.OPENSTREETMAP_AUTH_SECRET | default "" | quote }} + - name: WIKIPEDIA_AUTH_ID + value: {{ .Values.web.env.WIKIPEDIA_AUTH_ID | default "" | quote }} + - name: WIKIPEDIA_AUTH_SECRET + value: {{ .Values.web.env.WIKIPEDIA_AUTH_SECRET | default "" | quote }} volumeMounts: - mountPath: /dev/shm name: shared-memory