Fix application apply failure
It is necessary apply the metrics-server twice to get it applied, it seems that when when the metrics-server is applying it makes the API server unable for some seconds and psp-rolebinding was failing the instalation. The solution is invert the order of the charts, put the psp first and it worked fine. Closes-bug:1927525 Signed-off-by: Rafael Jardim <rafaeljordao.jardim@windriver.com> Change-Id: I8eada043edb63f21b4ac55bc080c1f49f3743aff
This commit is contained in:
parent
6e085531bb
commit
260caa0d63
@ -75,8 +75,8 @@ data:
|
||||
description: "StarlingX metrics-server"
|
||||
sequenced: true
|
||||
chart_group:
|
||||
- metrics-server
|
||||
- metrics-server-psp-rolebinding
|
||||
- metrics-server
|
||||
---
|
||||
schema: armada/Manifest/v1
|
||||
metadata:
|
||||
|
Loading…
x
Reference in New Issue
Block a user