Skip to content

Commit

Permalink
[DM-34317] Mount the sherlock secret
Browse files Browse the repository at this point in the history
This should get it to show up in the container.
  • Loading branch information
cbanek committed Apr 7, 2022
1 parent 39752f2 commit 5e63f94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/sherlock/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ spec:
env:
- name: "PUBLISH_URL"
value: {{ .Values.publish_url }}
{{- if .Values.publish_url }}
- name: "PUBLISH_KEY"
valueFrom:
secretKeyRef:
name: {{ include "sherlock.fullname" . }}-secret
key: "publish_key"
{{- end }}
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 5e63f94

Please sign in to comment.