From ca51e75c279d75ad8cfa98a07516c9e6cf89069d Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 12 Sep 2024 15:46:07 +0200 Subject: [PATCH] Naming fix --- templates/deployment-streaming.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/deployment-streaming.yaml b/templates/deployment-streaming.yaml index fcbac66..9f4a6b9 100644 --- a/templates/deployment-streaming.yaml +++ b/templates/deployment-streaming.yaml @@ -11,7 +11,7 @@ metadata: {{- with .Values.deploymentAnnotations }} {{- toYaml . | nindent 4 }} {{- end }} - {{- with .Values.mastodon.web.annotations }} + {{- with .Values.mastodon.streaming.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: @@ -19,8 +19,8 @@ spec: {{- if (ne (toString .Values.mastodon.revisionHistoryLimit) "") }} revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }} {{- end }} - {{- if .Values.mastodon.web.updateStrategy }} - strategy: {{- toYaml .Values.mastodon.web.updateStrategy | nindent 4 }} + {{- if .Values.mastodon.streaming.updateStrategy }} + strategy: {{- toYaml .Values.mastodon.streaming.updateStrategy | nindent 4 }} {{- end }} selector: matchLabels: