diff --git a/charts/sourcegraph/tests/priorityClass_test.yaml b/charts/sourcegraph/tests/priorityClass_test.yaml index 9b64600e..0499ff97 100644 --- a/charts/sourcegraph/tests/priorityClass_test.yaml +++ b/charts/sourcegraph/tests/priorityClass_test.yaml @@ -114,3 +114,12 @@ tests: - equal: path: spec.template.spec.priorityClassName value: redis-store-class +- it: set priority class on cadvisor + template: cadvisor/cadvisor.DaemonSet.yaml + set: + cadvisor: + priorityClassName: cadvisor-class + asserts: + - equal: + path: spec.template.spec.priorityClassName + value: cadvisor-class