Skip to content
New issue

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

Fix indentation of additionalLabels #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DerFels
Copy link

@DerFels DerFels commented Mar 13, 2023

Currently, when you add an additionalLabel to the service, you'll receive this error while installing the helm chart
Error: INSTALLATION FAILED: YAML parse error on instana-autotrace-webhook/templates/service.yaml: error converting YAML to JSON: yaml: line 10: mapping values are not allowed in this context

This is due to the misconfigured indentation
{{ toYaml .Values.webhook.service.additionalLabels | indent 6 }} which should only be indented 4 tabs deep, just like in the deployment.

This PR fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant