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:
Rafael Jardim 2021-05-05 08:26:45 -03:00 committed by Rafael Jordão Jardim
parent 6e085531bb
commit 260caa0d63
1 changed files with 1 additions and 1 deletions

View File

@ -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: