Skip to content

Commit

Permalink
Merge pull request #309 from alphagov/add-solr-env
Browse files Browse the repository at this point in the history
Set Solr URL in Find
  • Loading branch information
deborahchua authored Oct 1, 2024
2 parents c7e558b + ccaf142 commit bcb782b
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 bcb782b

Please sign in to comment.