3
0
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:
Matthew Abbott 2023-10-09 12:56:05 -05:00 committed by Matthew Abbott
parent 112f6db80f
commit 6954db8bcd

View File

@ -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"