feat(prometheus): ability to add additional config settings
settings are pertinent to the kubernetes prometheus object used by the prom operator. !2 #1
This commit is contained in:
@ -59,3 +59,6 @@ spec:
|
||||
name: thanos-sidecar-config
|
||||
{{ end }}
|
||||
version: 2.42.0
|
||||
{{ if .Values.nfc_monitoring.prometheus.additional }}
|
||||
{{ toYaml .Values.nfc_monitoring.prometheus.additional | nindent 2 }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user