Skip to content

Commit

Permalink
Merge pull request #115 from UCLALibrary/SYS-1607/make_waves_flag_env…
Browse files Browse the repository at this point in the history
…_fix

Added the MAKE_WAVES env var to worker deployment yaml
  • Loading branch information
kjallen authored Jun 21, 2024
2 parents 83c9e8c + c27a000 commit b0f413b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ spec:
key: SOLR_ADMIN_PASSWORD
- name: SOLR_URL
value: http://$(SOLR_ADMIN_USER):$(SOLR_ADMIN_PASSWORD)@$(SOLR_HOST):$(SOLR_PORT)/solr/blacklight-core
- name: MAKE_WAVES
valueFrom:
configMapKeyRef:
name: oral-history-env
key: MAKE_WAVES
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit b0f413b

Please sign in to comment.