Add chart starrocks/1.11.0

This commit is contained in:
wbsong111
2025-08-20 15:06:46 +09:00
parent efb5adc639
commit dac8dfa310
16 changed files with 3423 additions and 0 deletions
@@ -0,0 +1,13 @@
{{- 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 }}