From 59fb1c90cdd187354e9c37c1d1c2beeef1ab52fb Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Tue, 5 Nov 2019 09:36:55 -0800 Subject: [PATCH] fix test --- .../best_practices/scenario_validate_disallow_helm_tiller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scenarios/samples/best_practices/scenario_validate_disallow_helm_tiller.yaml b/test/scenarios/samples/best_practices/scenario_validate_disallow_helm_tiller.yaml index 52fbedbf7f..1a3c3f7e79 100644 --- a/test/scenarios/samples/best_practices/scenario_validate_disallow_helm_tiller.yaml +++ b/test/scenarios/samples/best_practices/scenario_validate_disallow_helm_tiller.yaml @@ -12,5 +12,5 @@ expected: rules: - name: validate-helm-tiller type: Validation - message: "Validation rule 'validate-helm-tiller' failed at '/spec/containers/0/image/' for resource Pod//pod-helm-tiller. Helm Tiller is not allowed." + message: "Validation error for Pod//pod-helm-tiller: Helm Tiller is not allowed\nValidation rule 'validate-helm-tiller' failed at path '/spec/containers/0/image/'." success: false