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 error in helm templates with "extraContainers" values #17084

Merged

Conversation

Nmaxime
Copy link
Contributor

@Nmaxime Nmaxime commented Sep 23, 2022

What

Helm templates don't render correctly the extraContainers values. The reason is a typo in the indentation function.

example of a generated template

How

The nindent function is used instead of indent.

@github-actions github-actions bot added area/platform issues related to the platform kubernetes labels Sep 23, 2022
@Nmaxime Nmaxime changed the title [Helm] Fix indentation error in templates with "extraContainers" values Fix: Indentation error in helm templates with "extraContainers" values Sep 23, 2022
@sajarin
Copy link
Contributor

sajarin commented Sep 26, 2022

@davinchia can we get someone to take a look at this?

@marcosmarxm
Copy link
Member

@xpuska513 do you mind reviewing it?

Copy link
Contributor

@xpuska513 xpuska513 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcosmarxm marcosmarxm merged commit dcc25d7 into airbytehq:master Sep 28, 2022
robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
…alues (airbytehq#17084)

* Fix indentation error on helm templates with the extraContainers value

* Increment the version of the umbrella helm chart
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
…alues (airbytehq#17084)

* Fix indentation error on helm templates with the extraContainers value

* Increment the version of the umbrella helm chart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants