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

10 lines
267 B
YAML

{{- if .Values.customResourceState.enabled}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "kube-state-metrics.fullname" . }}-customresourcestate-config
data:
config.yaml: |
{{- toYaml .Values.customResourceState.config | nindent 4 }}
{{- end }}