add prometheus label to longhorn namespace
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
3bed5fc4a4
commit
476768ff09
2 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,4 @@ resources:
|
||||||
- ./recurringjobs.yaml
|
- ./recurringjobs.yaml
|
||||||
- ./storageclass.yaml
|
- ./storageclass.yaml
|
||||||
- ./volumesnapshotclass.yaml
|
- ./volumesnapshotclass.yaml
|
||||||
|
- ./namespace.yaml
|
||||||
|
|
6
longhorn/namespace.yaml
Normal file
6
longhorn/namespace.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: longhorn-system
|
||||||
|
labels:
|
||||||
|
prometheus: yolokube
|
Loading…
Reference in a new issue