Add chsrt starrocks 1.11.3
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
|
||||
@@ -201,6 +201,8 @@ spec:
|
||||
{{- if .Values.starrocksFESpec.readinessProbeFailureSeconds }}
|
||||
readinessProbeFailureSeconds: {{ .Values.starrocksFESpec.readinessProbeFailureSeconds }}
|
||||
{{- end }}
|
||||
minReadySeconds: {{ .Values.starrocksFESpec.minReadySeconds }}
|
||||
podManagementPolicy: {{ .Values.starrocksFESpec.podManagementPolicy }}
|
||||
{{- if .Values.starrocksFESpec.lifecycle }}
|
||||
lifecycle:
|
||||
{{- toYaml .Values.starrocksFESpec.lifecycle | nindent 6 }}
|
||||
@@ -478,6 +480,8 @@ spec:
|
||||
{{- if .Values.starrocksBeSpec.readinessProbeFailureSeconds }}
|
||||
readinessProbeFailureSeconds: {{ .Values.starrocksBeSpec.readinessProbeFailureSeconds }}
|
||||
{{- end }}
|
||||
minReadySeconds: {{ .Values.starrocksBeSpec.minReadySeconds }}
|
||||
podManagementPolicy: {{ .Values.starrocksBeSpec.podManagementPolicy }}
|
||||
{{- if .Values.starrocksBeSpec.lifecycle }}
|
||||
lifecycle:
|
||||
{{- toYaml .Values.starrocksBeSpec.lifecycle | nindent 6 }}
|
||||
@@ -723,6 +727,8 @@ spec:
|
||||
{{- if .Values.starrocksCnSpec.readinessProbeFailureSeconds }}
|
||||
readinessProbeFailureSeconds: {{ .Values.starrocksCnSpec.readinessProbeFailureSeconds }}
|
||||
{{- end }}
|
||||
minReadySeconds: {{ .Values.starrocksCnSpec.minReadySeconds }}
|
||||
podManagementPolicy: {{ .Values.starrocksCnSpec.podManagementPolicy }}
|
||||
{{- if .Values.starrocksCnSpec.lifecycle }}
|
||||
lifecycle:
|
||||
{{- toYaml .Values.starrocksCnSpec.lifecycle | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user