This commit is contained in:
ガイ 2025-07-21 21:27:23 +08:00 committed by GitHub
commit 9380ba1590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ ports:
- port: 443
targetPort: {{ .Values.manager.webhook.port }}
selector:
control-plane: controller-manager
control-plane: kruise-controller-manager
{{- end -}}
{{- define "webhookSecretData" -}}

View File

@ -33,14 +33,14 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
control-plane: controller-manager
control-plane: kruise-controller-manager
name: kruise-controller-manager
namespace: {{ .Values.installation.namespace }}
spec:
replicas: {{ .Values.manager.replicas }}
selector:
matchLabels:
control-plane: controller-manager
control-plane: kruise-controller-manager
minReadySeconds: 3
strategy:
type: RollingUpdate
@ -50,7 +50,7 @@ spec:
template:
metadata:
labels:
control-plane: controller-manager
control-plane: kruise-controller-manager
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets: