Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versions/kruise/next/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" -}}
Expand Down
6 changes: 3 additions & 3 deletions versions/kruise/next/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,7 +50,7 @@ spec:
template:
metadata:
labels:
control-plane: controller-manager
control-plane: kruise-controller-manager
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
Loading