fix(helm): remove hardcoded capsule-system namespace for tenantresource-objects webhook

This commit is contained in:
Max Fedotov
2023-06-27 15:04:58 +02:00
committed by Dario Tranchitella
parent 4be0cdc659
commit 6cd62d9e91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.4.3
version: 0.4.4
# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the application.
@@ -265,7 +265,7 @@ webhooks:
{{- end }}
service:
name: capsule-webhook-service
namespace: capsule-system
namespace: {{ .Release.Namespace }}
path: /tenantresource-objects
failurePolicy: {{ .Values.webhooks.tenantResourceObjects.failurePolicy }}
name: resource-objects.tenant.capsule.clastix.io