diff --git a/test/scenarios/samples/best_practices/add_safe_to_evict.yaml b/test/scenarios/samples/best_practices/add_safe_to_evict.yaml index 640b6c4188..435ec26012 100644 --- a/test/scenarios/samples/best_practices/add_safe_to_evict.yaml +++ b/test/scenarios/samples/best_practices/add_safe_to_evict.yaml @@ -17,7 +17,7 @@ expected: type: Mutation success: true message: "successfully processed overlay" - - name: host-path-add-safe-to-evict + - name: annotate-host-path type: Mutation success: true message: "successfully processed overlay" \ No newline at end of file diff --git a/test/scenarios/samples/best_practices/add_safe_to_evict2.yaml b/test/scenarios/samples/best_practices/add_safe_to_evict2.yaml index adce5724fe..baaf85a961 100644 --- a/test/scenarios/samples/best_practices/add_safe_to_evict2.yaml +++ b/test/scenarios/samples/best_practices/add_safe_to_evict2.yaml @@ -13,11 +13,11 @@ expected: namespace: '' name: pod-with-hostpath rules: - - name: annotate-host-path + - name: annotate-empty-dir type: Mutation success: true message: "successfully processed overlay" - - name: host-path-add-safe-to-evict + - name: annotate-host-path type: Mutation success: true message: "successfully processed overlay" \ No newline at end of file