addons: Fix typo in kube-state-metrics strategy
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue