mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Adding ability to override dashboard replica count (#4344)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
fd2c47b56a
commit
3c4cbf133e
@@ -130,7 +130,7 @@ metadata:
|
||||
name: kubernetes-dashboard
|
||||
namespace: kube-system
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: {{ dashboard_replicas }}
|
||||
revisionHistoryLimit: 10
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user