addons: Fix typo in kube-state-metrics strategy

This commit is contained in:
Dalton Hubble 2017-11-04 14:39:56 -07:00
parent 67e3d2b86e
commit 0ab1ae3210
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ metadata:
spec:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavilable: 1
maxUnavailable: 1
selector:
matchLabels:
name: kube-state-metrics