File tree 3 files changed +20
-0
lines changed
helm-charts/charts/kube-starrocks
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ {{- range .Values.resources }}
2
+ {{- toYaml . | nindent 0 }}
3
+ ---
4
+ {{- end }}
Original file line number Diff line number Diff line change @@ -726,6 +726,14 @@ configMaps: []
726
726
# this is the content of the configmap
727
727
# when mounted, key will be the name of the file
728
728
729
+ # If you needs to deploy other resources, e.g. serviceAccount, you can add them here.
730
+ resources : []
731
+ # - apiVersion: v1
732
+ # kind: ServiceAccount
733
+ # metadata:
734
+ # name: sa-for-starrocks
735
+ # namespace: starrocks
736
+
729
737
# specify the fe proxy deploy or not.
730
738
starrocksFeProxySpec :
731
739
# specify the fe proxy deploy or not.
Original file line number Diff line number Diff line change @@ -823,6 +823,14 @@ starrocks:
823
823
# this is the content of the configmap
824
824
# when mounted, key will be the name of the file
825
825
826
+ # If you needs to deploy other resources, e.g. serviceAccount, you can add them here.
827
+ resources : []
828
+ # - apiVersion: v1
829
+ # kind: ServiceAccount
830
+ # metadata:
831
+ # name: sa-for-starrocks
832
+ # namespace: starrocks
833
+
826
834
# specify the fe proxy deploy or not.
827
835
starrocksFeProxySpec :
828
836
# specify the fe proxy deploy or not.
You can’t perform that action at this time.
0 commit comments