Skip to content

Commit

Permalink
Updated pod labels to include all labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Bourque <[email protected]>
  • Loading branch information
jimmybchopps committed Nov 12, 2024
1 parent 51db949 commit 5a38e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
template:
metadata:
labels:
{{- include "grafana.selectorLabels" . | nindent 8 }}
{{- include "grafana.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
template:
metadata:
labels:
{{- include "grafana.selectorLabels" . | nindent 8 }}
{{- include "grafana.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 5a38e72

Please sign in to comment.