Skip to content

Commit

Permalink
feat(controller): pass webhook service name flag to the controller
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Jul 29, 2024
1 parent cdac210 commit 9d29d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kubewarden-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
args:
- --leader-elect
- --deployments-namespace={{ .Release.Namespace }}
- --webhook-service-name={{ include "kubewarden-controller.fullname" . }}-webhook-service
{{- if .Values.global.policyServer.default.enabled }}
- --default-policy-server={{ .Values.global.policyServer.default.name }}
{{- end }}
Expand Down

0 comments on commit 9d29d86

Please sign in to comment.