13
templates/Secret-prometheus-sidecar-thanos.yaml
Normal file
13
templates/Secret-prometheus-sidecar-thanos.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
{{ if .Values.nfc_monitoring.thanos.sidecar.enabled }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: thanos-sidecar-config
|
||||
namespace: monitoring
|
||||
type: Opaque
|
||||
stringData:
|
||||
thanos.yaml: |-
|
||||
{{ toYaml .Values.nfc_monitoring.thanos.sidecar.config | nindent 4 }}
|
||||
|
||||
{{ end }}
|
Reference in New Issue
Block a user