litmuschaos/litmus

The litmus-agent helm chart labels differ from the one used by Chaos Center

Opened this issue · 0 comments

What happened:

I found a bug in subscriber-config.
When I generate the config in the Chaos Center, I get the following:

COMPONENTS: |
  DEPLOYMENTS: ["app=chaos-exporter", "name=chaos-operator", "app=event-tracker", "app=workflow-controller"]

but the litmus-agent helm chart produce different labels for the various packages:

litmuschaos.io/app=chaos-exporter
litmuschaos.io/app=chaos-operator
litmuschaos.io/app=event-tracker
litmuschaos.io/app=workflow-controller

What you expected to happen:

The labels match.

Where can this issue be corrected? (optional)

Fixing the Chaos Center go code.

How to reproduce it (as minimally and precisely as possible):

Just create a "subscriber-config".

Anything else we need to know?:

Nope