Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
15f1a8f
create a tmp dir for the controller to write Spark artifacts to and s…
npgretz Oct 24, 2024
967b421
mount a dir for the webhook container to generate its certificates in…
npgretz Oct 24, 2024
1079ff6
update the securityContext in the controller deployment test
npgretz Oct 24, 2024
1baa17e
update securityContext of the webhook container in the deployment_test
npgretz Oct 24, 2024
c88c36f
update README
npgretz Oct 25, 2024
7d5c361
remove -- so comments are not rendered in the README.md
npgretz Nov 5, 2024
9df8295
recreate README.md after removal of comments for volumes and volumeMo…
npgretz Nov 5, 2024
cc3fab3
make indentation for volumes and volumeMounts consistent with rest of…
npgretz Nov 6, 2024
47dd461
Revert "make indentation for volumes and volumeMounts consistent with…
npgretz Nov 6, 2024
247caf3
fix indentation in webhook and controller deployment templates for vo…
npgretz Nov 6, 2024
2d6d60e
Update charts/spark-operator-chart/values.yaml
npgretz Nov 7, 2024
2d8c6ba
Update charts/spark-operator-chart/values.yaml
npgretz Nov 7, 2024
6691cba
Update charts/spark-operator-chart/values.yaml
npgretz Nov 7, 2024
322714b
Update charts/spark-operator-chart/values.yaml
npgretz Nov 7, 2024
49dd74c
Update charts/spark-operator-chart/templates/controller/deployment.yaml
npgretz Nov 7, 2024
0790a5e
Update charts/spark-operator-chart/templates/controller/deployment.yaml
npgretz Nov 7, 2024
a8a3fe8
Update charts/spark-operator-chart/templates/webhook/deployment.yaml
npgretz Nov 7, 2024
df2247c
Update charts/spark-operator-chart/templates/webhook/deployment.yaml
npgretz Nov 7, 2024
15978ba
add additional securityContext to the controller deployment_test.yaml
npgretz Nov 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update charts/spark-operator-chart/templates/controller/deployment.yaml
Co-authored-by: Yi Chen <github@chenyicn.net>
Signed-off-by: Nicholas Gretzon <50811947+npgretz@users.noreply.github.com>
  • Loading branch information
npgretz and ChenYi015 authored Nov 7, 2024
commit 49dd74cd5a946c4a58f9b594d293511ce3ad5849
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
{{- end }}
{{- with .Values.controller.volumeMounts }}
volumeMounts:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.controller.resources }}
resources:
Expand Down