blob: a8142d138978b1269c1eb00b431344a88108fda4 [file] [log] [blame]
Mohammed Naser65cda132024-05-02 14:34:08 -04001{{- if .Values.webConfiguration }}
2apiVersion: v1
3kind: Secret
4metadata:
5 name: {{ include "prometheus-pushgateway.fullname" . }}
6 labels:
7 {{- include "prometheus-pushgateway.defaultLabels" . | nindent 4 }}
8data:
9 web-config.yaml: {{ include "prometheus-pushgateway.webConfiguration" . | b64enc}}
10{{- end }}