We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
I found a bug in subscriber-config. When I generate the config in the Chaos Center, I get the following:
subscriber-config
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:
litmus-agent
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
I found a bug in
subscriber-config
.When I generate the config in the Chaos Center, I get the following:
but the
litmus-agent
helm chart produce different labels for the various packages: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
The text was updated successfully, but these errors were encountered: