Skip to content

Commit

Permalink
Merge pull request #215 from joemccall86/patch-1
Browse files Browse the repository at this point in the history
Use proper namespace for webhook
  • Loading branch information
jetstack-bot authored Oct 28, 2023
2 parents d3add2f + 18b9a55 commit 0418012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/trust-manager/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ webhooks:
clientConfig:
service:
name: {{ include "trust-manager.name" . }}
namespace: {{ .Release.Namespace | quote }}
namespace: {{ include "trust-manager.namespace" . }}
path: /validate-trust-cert-manager-io-v1alpha1-bundle

0 comments on commit 0418012

Please sign in to comment.