Fix namespace for kruise rollout webhook service (#136)

Signed-off-by: handagou <z760087139@gmail.com>
This commit is contained in:
handagou 2025-04-16 14:08:23 +08:00 committed by GitHub
parent 8dca36c77a
commit 9deb623ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ spec:
clientConfig:
service:
name: kruise-rollout-webhook-service
namespace: kruise-rollout
namespace: {{ .Values.installation.namespace }}
path: /convert
conversionReviewVersions:
- v1beta1

View File

@ -11,7 +11,7 @@ spec:
clientConfig:
service:
name: kruise-rollout-webhook-service
namespace: kruise-rollout
namespace: {{ .Values.installation.namespace }}
path: /convert
conversionReviewVersions:
- v1beta1

View File

@ -11,7 +11,7 @@ spec:
clientConfig:
service:
name: kruise-rollout-webhook-service
namespace: kruise-rollout
namespace: {{ .Values.installation.namespace }}
path: /convert
conversionReviewVersions:
- v1beta1

View File

@ -11,7 +11,7 @@ spec:
clientConfig:
service:
name: kruise-rollout-webhook-service
namespace: kruise-rollout
namespace: {{ .Values.installation.namespace }}
path: /convert
conversionReviewVersions:
- v1beta1