addons: Fix typo in kube-state-metrics strategy
This commit is contained in:
parent
67e3d2b86e
commit
0ab1ae3210
|
@ -6,8 +6,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
|
type: RollingUpdate
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxUnavilable: 1
|
maxUnavailable: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
name: kube-state-metrics
|
name: kube-state-metrics
|
||||||
|
|
Loading…
Reference in New Issue