Skip to content

Commit 469ce35

Browse files
committed
fix helm unit test
1 parent cc73b7b commit 469ce35

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

charts/spark-operator-chart/templates/controller/deployment.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ spec:
6767
- --namespaces={{ . | join "," }}
6868
{{- end }}
6969
{{- end }}
70-
- --controller-threads={{ .Values.controller.workers }}
71-
{{- with .Values.controller.managerProduct }}
72-
- --manager-product={{ . }}
73-
{{- end }}
74-
{{- with .Values.controller.managerProductFallback }}
75-
- --manager-product-fallback={{ . }}
76-
{{- end }}
70+
- --controller-threads={{ .Values.controller.workers }}
71+
{{- with .Values.controller.managerProduct }}
72+
- --manager-product={{ . }}
73+
{{- end }}
74+
{{- with .Values.controller.managerProductFallback }}
75+
- --manager-product-fallback={{ . }}
76+
{{- end }}
7777
- --enable-ui-service={{ .Values.controller.uiService.enable }}
7878
{{- if .Values.controller.uiIngress.enable }}
7979
{{- with .Values.controller.uiIngress.urlFormat }}

charts/spark-operator-chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ controller:
8282
# -- Configure the encoder of logging, can be one of `console` or `json`.
8383
logEncoder: console
8484

85-
# -- Manager product to use with the default manager factory.
86-
managerProduct: default
85+
# -- Manager product to use with the default manager factory.
86+
managerProduct: default
8787

88-
# -- Fallback manager product used when the primary selection cannot be applied.
89-
managerProductFallback: default
88+
# -- Fallback manager product used when the primary selection cannot be applied.
89+
managerProductFallback: default
9090

9191
# -- Grace period after a successful spark-submit when driver pod not found errors will be retried. Useful if the driver pod can take some time to be created.
9292
driverPodCreationGracePeriod: 10s

0 commit comments

Comments
 (0)