update ks-core helm chart (#6401)
fix: cherrypick update ks-core helm chart Signed-off-by: peng wu <2030047311@qq.com>
This commit is contained in:
@@ -14,7 +14,7 @@ metadata:
|
||||
name: ks-controller-manager-webhook-cert
|
||||
type: Opaque
|
||||
|
||||
{{ if eq (include "role" .) "host" }}
|
||||
{{ if eq (include "multicluster.role" .) "host" }}
|
||||
---
|
||||
apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: ValidatingWebhookConfiguration
|
||||
@@ -173,7 +173,7 @@ kind: ValidatingWebhookConfiguration
|
||||
metadata:
|
||||
name: extensions.kubesphere.io
|
||||
webhooks:
|
||||
{{- if eq (include "role" .) "host" }}
|
||||
{{- if eq (include "multicluster.role" .) "host" }}
|
||||
- admissionReviewVersions:
|
||||
- v1
|
||||
clientConfig:
|
||||
@@ -321,7 +321,7 @@ webhooks:
|
||||
sideEffects: None
|
||||
timeoutSeconds: 30
|
||||
|
||||
{{- if eq (include "role" .) "host" }}
|
||||
{{- if eq (include "multicluster.role" .) "host" }}
|
||||
---
|
||||
apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: MutatingWebhookConfiguration
|
||||
|
||||
Reference in New Issue
Block a user