mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43: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 }}
|
||||
ports:
|
||||
- name: prometheus
|
||||
containerPort: {{ .Values.mastodon.metrics.prometheus.port }}
|
||||
containerPort: {{ $context.Values.mastodon.metrics.prometheus.port }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
{{- if (not $context.Values.mastodon.s3.enabled) }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user