Fix kubelet config

This commit is contained in:
Stefan Reimer 2021-02-22 21:32:41 +01:00
parent 3342ead3b5
commit bb6fda041d
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ featureGates:
CSIMigrationAWSComplete: true CSIMigrationAWSComplete: true
{{- end }} {{- end }}
kubeReserved: kubeReserved:
cpu=50m cpu: 50m
memory=128m memory: 128m