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 allowedHosts which is broken since 4.1.0 #108

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Fix allowedHosts which is broken since 4.1.0 #108

merged 1 commit into from
Jul 26, 2022

Conversation

ekeih
Copy link
Contributor

@ekeih ekeih commented Jul 20, 2022

#81 breaks the helm chart when
a value for .Values.allowedHosts is used. httpHeaders is a subkey of
httpGet and the newly added values are siblings of httpGet. Putting
those new values between httpGet and httpHeaders breaks the position
and indentation of httpHeaders.

As a solution this commit moves the new values after httpHeaders.

#81 breaks the helm chart when
a value for `.Values.allowedHosts` is used. `httpHeaders` is a subkey of
`httpGet` and the newly added values are siblings of `httpGet`. Putting
those new values between `httpGet` and `httpHeaders` breaks the position
and indentation of `httpHeaders`.

As a solution this commit moves the new values after `httpHeaders`.
@bootc
Copy link
Member

bootc commented Jul 26, 2022

Oh sorry that was silly of me, I should have spotted that.

@bootc bootc self-assigned this Jul 26, 2022
@bootc bootc added the bug Something isn't working label Jul 26, 2022
@bootc bootc added this to the 4.1.1 milestone Jul 26, 2022
@bootc bootc merged commit 0e8d4c0 into netbox-community:develop Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants