Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Hooten committed Mar 26, 2021
1 parent 2d86382 commit eeafcc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/network-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: grafana
app: grafana
```
#### Prometheus
Expand Down Expand Up @@ -166,7 +166,7 @@ spec:
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: node-exporter
app: node-exporter
```
#### Kube-state-metrics
Expand Down Expand Up @@ -197,5 +197,5 @@ spec:
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: kube-state-metrics
app: kube-state-metrics
```

0 comments on commit eeafcc0

Please sign in to comment.