From a3fba0cb078637975ec9cf40aae8cf44a916fad6 Mon Sep 17 00:00:00 2001 From: Michael Cristina Date: Sat, 9 May 2020 10:11:14 -0500 Subject: [PATCH] add missing required key in example --- examples/helloWorld/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/helloWorld/deployment.yaml b/examples/helloWorld/deployment.yaml index 6e7940908..00e5eb937 100644 --- a/examples/helloWorld/deployment.yaml +++ b/examples/helloWorld/deployment.yaml @@ -4,6 +4,9 @@ metadata: name: the-deployment spec: replicas: 3 + selector: + matchLabels: + deployment: hello template: metadata: labels: