3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 13:03:21 +00:00

Naming fix

This commit is contained in:
Tim Campbell 2024-09-12 15:46:07 +02:00
parent 694c1d3770
commit ca51e75c27

View File

@ -11,7 +11,7 @@ metadata:
{{- with .Values.deploymentAnnotations }} {{- with .Values.deploymentAnnotations }}
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
{{- with .Values.mastodon.web.annotations }} {{- with .Values.mastodon.streaming.annotations }}
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
spec: spec:
@ -19,8 +19,8 @@ spec:
{{- if (ne (toString .Values.mastodon.revisionHistoryLimit) "<nil>") }} {{- if (ne (toString .Values.mastodon.revisionHistoryLimit) "<nil>") }}
revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }} revisionHistoryLimit: {{ .Values.mastodon.revisionHistoryLimit }}
{{- end }} {{- end }}
{{- if .Values.mastodon.web.updateStrategy }} {{- if .Values.mastodon.streaming.updateStrategy }}
strategy: {{- toYaml .Values.mastodon.web.updateStrategy | nindent 4 }} strategy: {{- toYaml .Values.mastodon.streaming.updateStrategy | nindent 4 }}
{{- end }} {{- end }}
selector: selector:
matchLabels: matchLabels: