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

helm: fix helm template output for extraConfig options #793

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

aanm
Copy link
Member

@aanm aanm commented Apr 13, 2022

Before it would show something like:

extraConfig=map[monitor-aggregation:none]

now it shows the correct format:

extraConfig.monitor-aggregation=none

Signed-off-by: André Martins [email protected]

Before it would show something like:
```
extraConfig=map[monitor-aggregation:none]
```

now it shows the correct format:

```
extraConfig.monitor-aggregation=none
```

Signed-off-by: André Martins <[email protected]>
@aanm aanm requested a review from a team as a code owner April 13, 2022 22:27
@aanm aanm requested a review from twpayne April 13, 2022 22:27
@aanm aanm temporarily deployed to ci April 13, 2022 22:27 Inactive
@aanm aanm added the kind/bug Something isn't working label Apr 13, 2022
@tklauser tklauser merged commit f6e035f into master Apr 14, 2022
@tklauser tklauser deleted the pr/fix-helm-template-output branch April 14, 2022 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants