Skip to content

Commit

Permalink
Set Solr URL in Find
Browse files Browse the repository at this point in the history
This will allow us to access Solr data in the app.
  • Loading branch information
deborahchua committed Oct 1, 2024
1 parent c7e558b commit ccaf142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/datagovuk/templates/_find.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
secretKeyRef:
name: {{ .findSentryDsnSecretKeyRef.name }}
key: {{ .findSentryDsnSecretKeyRef.key }}
- name: SOLR_URL
value: "http://ckan-solr/solr/ckan"
- name: ZENDESK_API_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit ccaf142

Please sign in to comment.