fix(prometheus): use correct variable for storage values
!5 nofusscomputing/infrastructure/configuration-management/project-production!4
This commit is contained in:
@ -46,7 +46,7 @@ spec:
|
|||||||
serviceMonitorNamespaceSelector: {}
|
serviceMonitorNamespaceSelector: {}
|
||||||
serviceMonitorSelector: {}
|
serviceMonitorSelector: {}
|
||||||
storage:
|
storage:
|
||||||
{{- toYaml .Values.nfc_monitoring.prometheus.affinity | nindent 4 }}
|
{{- toYaml .Values.nfc_monitoring.prometheus.storage | nindent 4 }}
|
||||||
{{ if .Values.nfc_monitoring.thanos.sidecar.enabled }}
|
{{ if .Values.nfc_monitoring.thanos.sidecar.enabled }}
|
||||||
thanos:
|
thanos:
|
||||||
image: "{{ .Values.nfc_monitoring.thanos.image.name }}:{{ .Values.nfc_monitoring.thanos.image.tag }}"
|
image: "{{ .Values.nfc_monitoring.thanos.image.name }}:{{ .Values.nfc_monitoring.thanos.image.tag }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user