-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/grafana-loki] Network policy review #25904
Conversation
Apply the same changes made in PR bitnami#25519 to the Loki chart Signed-off-by: Ben Foster <[email protected]>
653908f
to
f8648f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for applying the network policies improvements to Grafana Loki! LGTM
{{- range $key, $value := .Values.compactor.networkPolicy.ingressNSMatchLabels }} | ||
{{ $key | quote }}: {{ $value | quote }} | ||
{{- end }} | ||
matchLabels: {{- include "common.tplvalues.render" (dict "value" $ingressNSMatchLabels "context" $ ) | nindent 14 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This $ingressNSMatchLabels
variable hasn't been defined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops - too much blind copy-paste, sorry. Great catch. Fixed!
Signed-off-by: Ben Foster <[email protected]>
ded6ed9
to
f69e394
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix
Signed-off-by: Fran Mulero <[email protected]>
Description of the change
Apply the same changes made in PR #25519 to the Loki chart
Review network policy features to allow users cover their needs without forcing specific labels.
Benefits
Users can restrict access to their deployments in a cleaner way, without leaving open doors to specific labeled pods.
Possible drawbacks
None
Applicable issues
Additional information
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm