fix(prometheus): use correct variable for storage values

!5 nofusscomputing/infrastructure/configuration-management/project-production!4
This commit is contained in:
2023-11-19 13:24:49 +09:30
parent b438599db4
commit b6d0b18ece

View File

@ -46,7 +46,7 @@ spec:
serviceMonitorNamespaceSelector: {}
serviceMonitorSelector: {}
storage:
{{- toYaml .Values.nfc_monitoring.prometheus.affinity | nindent 4 }}
{{- toYaml .Values.nfc_monitoring.prometheus.storage | nindent 4 }}
{{ if .Values.nfc_monitoring.thanos.sidecar.enabled }}
thanos:
image: "{{ .Values.nfc_monitoring.thanos.image.name }}:{{ .Values.nfc_monitoring.thanos.image.tag }}"