From 0422368615e3ff762f4eb5759e73b2af236647c3 Mon Sep 17 00:00:00 2001 From: Roberto Rojas Date: Tue, 6 Aug 2019 03:58:35 -0400 Subject: [PATCH] issue #369: fixes RotateKubeletServerCertificate tests in 1.13-json (#371) --- cfg/1.13-json/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/1.13-json/node.yaml b/cfg/1.13-json/node.yaml index f938bc2..574b567 100644 --- a/cfg/1.13-json/node.yaml +++ b/cfg/1.13-json/node.yaml @@ -277,7 +277,7 @@ groups: audit: "cat $kubeletconf" tests: test_items: - - path: "{.RotateKubeletServerCertificate}" + - path: "{.featureGates.RotateKubeletServerCertificate}" compare: op: eq value: true