Skip to content

Commit

Permalink
Add missing name decl
Browse files Browse the repository at this point in the history
  • Loading branch information
abbottmg committed Jan 29, 2024
1 parent 112f6db commit 6954db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/deployment-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
- node
- ./streaming
{{- with .Values.mastodon.streaming.extraCerts }}
{{- $name := .name | default "extra-certs" }}
volumeMounts:
- name: {{ $name }}
mountPath: "/usr/local/share/ca-certificates"
Expand Down

0 comments on commit 6954db8

Please sign in to comment.