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

Fixed the .spec.loki.tls map rendering in FluentBit loki ClusterOutput #1031

Conversation

isemichastnov
Copy link
Contributor

Signed-off-by: Ilya Semichastnov [email protected]

What this PR does / why we need it:

Fixed the .spec.loki.tls map rendering in FluentBit loki ClusterOutput

Which issue(s) this PR fixes:

Fixes #

Does this PR introduced a user-facing change?

Fixed the .spec.loki.tls map rendering in FluentBit loki ClusterOutput

Additional documentation, usage docs, etc.:


@@ -108,7 +108,8 @@ spec:
{{ .removeKeys | toYaml | indent 6 }}
{{ end -}}

{{ if .tls -}}
{{ if .tls }}
Copy link
Member

Choose a reason for hiding this comment

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

@wanjunlei @wenchajun should we keep the - here like {{ if .tls -}}?

Copy link
Member

Choose a reason for hiding this comment

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

Just for the purpose of indentation and spacing, so I think it can be modified like this here.

@benjaminhuo benjaminhuo merged commit d3ee03b into fluent:master Dec 28, 2023
2 checks passed
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.

3 participants