mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-21 11:01:35 +02:00
addons: Fix typo in kube-state-metrics strategy
This commit is contained in:
@ -6,8 +6,9 @@ metadata:
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavilable: 1
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
name: kube-state-metrics
|
||||
|
Reference in New Issue
Block a user