Files
service-catalog/manifests/helm/starrocks/1.11.3/templates/cnconfigmap.yaml
T
2026-01-19 16:11:44 +09:00

14 lines
422 B
YAML

{{- if and .Values.starrocksCluster.enabledCn .Values.starrocksCnSpec .Values.starrocksCnSpec.config }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "starrockscluster.cn.configmap.name" . }}
namespace: {{ template "starrockscluster.namespace" . }}
labels:
cluster: {{ template "starrockscluster.name" . }}
app: "cn"
data:
{{- include "starrockscluster.cn.config" . | nindent 2 }}
{{- end }}