Skip to content

Commit

Permalink
Update bitnami/grafana/templates/networkpolicy.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Ben Foster <[email protected]>
  • Loading branch information
bpfoster and fmulero authored May 20, 2024
1 parent acf58db commit c0e0221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/grafana/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 14 }}
{{- if .Values.networkPolicy.addExternalClientAccess }}
- podSelector:
matchLabels:
matchLabels:
{{ template "common.names.fullname" . }}-client: "true"
{{- end }}
{{- if .Values.networkPolicy.ingressPodMatchLabels }}
Expand Down

0 comments on commit c0e0221

Please sign in to comment.