mirror of https://github.com/kubernetes/kops.git
fix bug in ca addon spec
This commit is contained in:
parent
c4b258351f
commit
1f18cb574f
|
@ -16,8 +16,8 @@ spec:
|
|||
k8s-app: cluster-autoscaler
|
||||
spec:
|
||||
containers:
|
||||
- image:
|
||||
name: {{IMAGE}}
|
||||
- name: cluster-autoscaler
|
||||
image: {{IMAGE}}
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
Loading…
Reference in New Issue