mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Naming fix
This commit is contained in:
parent
694c1d3770
commit
ca51e75c27
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user