Skip to content

Commit

Permalink
fix: fix hostNetwork for webhooks (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmrtvy authored Jul 5, 2023
1 parent b1ae25b commit e6d88a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/webhooks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
{{- if .Values.volumes.webhooks.extraVolumes }}
{{- toYaml .Values.volumes.webhooks.extraVolumes | nindent 8 }}
{{- end }}
hostNetwork: {{ .Values.metricsServer.useHostNetwork }}
hostNetwork: {{ .Values.webhooks.useHostNetwork }}
nodeSelector:
kubernetes.io/os: linux
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit e6d88a4

Please sign in to comment.