Skip to content

Commit

Permalink
fix: copied helm value should be for webhook
Browse files Browse the repository at this point in the history
Signed-off-by: Zev Isert <dev@zevisert.ca>
  • Loading branch information
MasonLegere authored and zevisert committed Apr 9, 2024
1 parent e368508 commit bff3668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{- toYaml .Values.envFrom | nindent 10 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 10 }}
{{- if or .Values.metrics.enable .Values.metrics.enable }}
{{- if or .Values.metrics.enable .Values.webhook.enable }}
ports:
{{ if .Values.metrics.enable }}
- name: {{ .Values.metrics.portName | quote }}
Expand Down

0 comments on commit bff3668

Please sign in to comment.