Skip to content
Snippets Groups Projects
Unverified Commit 09691786 authored by Lukas Kämmerling's avatar Lukas Kämmerling Committed by GitHub
Browse files

Add label to metric services (#128)

parent 75c1170c
No related branches found
No related tags found
Loading
......@@ -3,7 +3,7 @@
## v1.4.0
- Allow mounting of Hetzner Cloud Volumes as raw block volumes.
- Add label (`app: hcloud-csi`) to `hcloud-csi-controller-metrics` and `hcloud-csi-node-metrics`
## v1.3.2
- Fix stuck volume terminating when the volume was already deleted
......
......@@ -305,6 +305,8 @@ kind: Service
metadata:
name: hcloud-csi-controller-metrics
namespace: kube-system
labels:
app: hcloud-csi
spec:
selector:
app: hcloud-csi-controller
......@@ -319,6 +321,8 @@ kind: Service
metadata:
name: hcloud-csi-node-metrics
namespace: kube-system
labels:
app: hcloud-csi
spec:
selector:
app: hcloud-csi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment