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,14 @@
{{- if and .Values.starrocksCluster.enabledBe .Values.starrocksBeSpec .Values.starrocksBeSpec.config }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "starrockscluster.be.configmap.name" . }}
namespace: {{ template "starrockscluster.namespace" . }}
labels:
cluster: {{ template "starrockscluster.name" . }}
app: "be"
data:
{{- include "starrockscluster.be.config" . | nindent 2 }}
{{- end }}