mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Minor bugfix
This commit is contained in:
parent
3b19a5435c
commit
3f6396d84d
|
@ -223,7 +223,7 @@ spec:
|
||||||
{{- if $context.Values.mastodon.metrics.prometheus.enabled }}
|
{{- if $context.Values.mastodon.metrics.prometheus.enabled }}
|
||||||
ports:
|
ports:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
containerPort: {{ .Values.mastodon.metrics.prometheus.port }}
|
containerPort: {{ $context.Values.mastodon.metrics.prometheus.port }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- if (not $context.Values.mastodon.s3.enabled) }}
|
{{- if (not $context.Values.mastodon.s3.enabled) }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user