Add chsrt starrocks 1.11.3

This commit is contained in:
wbsong111
2026-01-15 12:03:36 +09:00
parent fc1e307a0d
commit 2742d11677
5 changed files with 59 additions and 8 deletions
+6
View File
@@ -618,6 +618,8 @@ Get the value of the runAsNonRoot field in the starrocksFESpec
{{- .Values.starrocksFESpec.runAsNonRoot -}}
{{- else if .Values.starrocksCluster.componentValues.runAsNonRoot -}}
{{- .Values.starrocksCluster.componentValues.runAsNonRoot -}}
{{- else -}}
false
{{- end -}}
{{- end -}}
@@ -629,6 +631,8 @@ Get the value of the runAsNonRoot field in the starrocksBeSpec
{{- .Values.starrocksBeSpec.runAsNonRoot -}}
{{- else if .Values.starrocksCluster.componentValues.runAsNonRoot -}}
{{- .Values.starrocksCluster.componentValues.runAsNonRoot -}}
{{- else -}}
false
{{- end -}}
{{- end -}}
@@ -640,6 +644,8 @@ Get the value of the runAsNonRoot field in the starrocksCnSpec
{{- .Values.starrocksCnSpec.runAsNonRoot -}}
{{- else if .Values.starrocksCluster.componentValues.runAsNonRoot -}}
{{- .Values.starrocksCluster.componentValues.runAsNonRoot -}}
{{- else -}}
false
{{- end -}}
{{- end -}}