mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
Add missing name decl
This commit is contained in:
parent
112f6db80f
commit
6954db8bcd
|
@ -59,6 +59,7 @@ spec:
|
||||||
- node
|
- node
|
||||||
- ./streaming
|
- ./streaming
|
||||||
{{- with .Values.mastodon.streaming.extraCerts }}
|
{{- with .Values.mastodon.streaming.extraCerts }}
|
||||||
|
{{- $name := .name | default "extra-certs" }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: {{ $name }}
|
- name: {{ $name }}
|
||||||
mountPath: "/usr/local/share/ca-certificates"
|
mountPath: "/usr/local/share/ca-certificates"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user