Skip to content

Commit

Permalink
Fix Grafana labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
demarius committed Jan 8, 2020
1 parent f05f6e7 commit 88a82a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafana/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
run: grafana
app: grafana
name: grafana
spec:
replicas: 1
selector:
matchLabels:
run: grafana
app: grafana
template:
metadata:
labels:
run: grafana
app: grafana
spec:
containers:
- image: stefanprodan/faas-grafana:4.6.3
Expand Down

0 comments on commit 88a82a1

Please sign in to comment.