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
When I try to install litmus-agent helm chart for versions >=0.2.0 it fails with the following error:
Sub charts - https://github.com/litmuschaos/litmus-helm/tree/master/charts/litmus-agent/charts have duplicate labels for
litmuschaos.io/app: app.kubernetes.io/name: app.kubernetes.io/instance:
This is caused because the deployments have both .selectorLabels and .labels added to the manifest.
Example:
litmus-helm/charts/litmus-agent/charts/chaos-exporter/templates/deployment.yaml
Lines 21 to 22 in 31a0a30
In the helpers the selectorLabels are included in labels :
litmus-helm/charts/litmus-agent/charts/chaos-exporter/templates/_helpers.tpl
Line 38 in 31a0a30
The text was updated successfully, but these errors were encountered:
Hello,
The issue was introduced in my PR : #327. I create a new PR to fix it. I don't know why but I had no issue when deploying the chart.
Sorry, something went wrong.
Thanks @Calvinaud for the PR. Please feel free to update the PR with master.
Calvinaud
Successfully merging a pull request may close this issue.
When I try to install litmus-agent helm chart for versions >=0.2.0 it fails with the following error:
Sub charts - https://github.com/litmuschaos/litmus-helm/tree/master/charts/litmus-agent/charts have duplicate labels for
litmuschaos.io/app:
app.kubernetes.io/name:
app.kubernetes.io/instance:
This is caused because the deployments have both .selectorLabels and .labels added to the manifest.
Example:
litmus-helm/charts/litmus-agent/charts/chaos-exporter/templates/deployment.yaml
Lines 21 to 22 in 31a0a30
In the helpers the selectorLabels are included in labels :
litmus-helm/charts/litmus-agent/charts/chaos-exporter/templates/_helpers.tpl
Line 38 in 31a0a30
The text was updated successfully, but these errors were encountered: