fix(helm): do not hardcode namespace forwebhook configs

This commit is contained in:
Vivek Kumar Singh
2021-10-07 16:14:22 +02:00
committed by GitHub
parent 52cf597041
commit b17c6c4636
@@ -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