allow scheduling longhorn on nvr

This commit is contained in:
Erki Aas 2025-01-02 20:19:00 +02:00
parent 305b8ec038
commit f9ad582136

View File

@ -26,7 +26,7 @@
+ tolerations:
+ - key: dedicated
+ operator: Equal
+ value: storage
+ value: nvr
+ effect: NoSchedule
+ - key: arch
+ operator: Equal
@ -42,7 +42,7 @@
+ tolerations:
+ - key: dedicated
+ operator: Equal
+ value: storage
+ value: nvr
+ effect: NoSchedule
+ - key: arch
+ operator: Equal