Skip to content

Commit

Permalink
fix: add missing clientConfig.caBundle
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Aug 8, 2024
1 parent b7029d2 commit 02e5b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kubewarden-controller/templates/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ webhooks:
- v1
- v1beta1
clientConfig:
caBundle: {{ $caBundle }}
service:
name: {{ include "kubewarden-controller.fullname" . }}-webhook-service
namespace: {{ .Release.Namespace }}
Expand Down

0 comments on commit 02e5b36

Please sign in to comment.