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
|
k8s-app: cluster-autoscaler
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image:
|
- name: cluster-autoscaler
|
||||||
name: {{IMAGE}}
|
image: {{IMAGE}}
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Loading…
Reference in New Issue