Files
devops-infra-helm-charts-gcp/helm-templates/pyroscope/templates/configmap.yaml
T
2026-08-26 03:39:42 +05:30

11 lines
350 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "pyroscope.fullname" . }}-config
namespace: {{ .Release.Namespace }}
labels:
{{- include "pyroscope.labels" . | nindent 4 }}
data:
config.yaml: |
{{- tpl (mergeOverwrite (tpl .Values.pyroscope.config . | fromYaml) .Values.pyroscope.structuredConfig | toYaml) . | nindent 4 }}