Skip to content

Commit

Permalink
fix(helm): do not hardcode namespace forwebhook configs
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksyngh authored Oct 7, 2021
1 parent 52cf597 commit b17c6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ webhooks:
caBundle: Cg==
service:
name: {{ include "capsule.fullname" . }}-webhook-service
namespace: capsule-system
namespace: {{ .Release.Namespace }}
path: /persistentvolumeclaims
failurePolicy: {{ .Values.webhooks.persistentvolumeclaims.failurePolicy }}
name: pvc.capsule.clastix.io
Expand Down

0 comments on commit b17c6c4

Please sign in to comment.