Skip to content

Commit

Permalink
demo: add missing namespace on grafana dashboard
Browse files Browse the repository at this point in the history
fixes: #1001

Signed-off-by: hsinhoyeh <yhh92u@gmail.com>
  • Loading branch information
hsinhoyeh committed Jan 17, 2024
1 parent 21b8e82 commit ae75583
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "otel-demo.name" . }}-grafana-dashboards
namespace: {{ .Release.Namespace }}
labels:
{{- include "otel-demo.labels" . | nindent 4 }}
data:
Expand Down

0 comments on commit ae75583

Please sign in to comment.