From 6954db8bcd4feefc178bb080b5149f1f512211f9 Mon Sep 17 00:00:00 2001 From: Matthew Abbott Date: Mon, 9 Oct 2023 12:56:05 -0500 Subject: [PATCH] Add missing name decl --- templates/deployment-streaming.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index 189ab05..56064dd 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -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"