mirror of https://github.com/openkruise/charts.git
Merge 088dbf2a50 into d0cfc2e2d7
This commit is contained in:
commit
9380ba1590
|
|
@ -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" -}}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue