1
0
mirror of https://github.com/poseidon/typhoon synced 2024-11-18 04:23:51 +01:00

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

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