diff --git a/docs_new/tutorial.md b/docs_new/tutorial.md index 98b9a643d8..185c39e3f8 100644 --- a/docs_new/tutorial.md +++ b/docs_new/tutorial.md @@ -32,7 +32,10 @@ kind: Deployment metadata: name: time-logger spec: - replicas: 1 + replicas: 1 + selector: + matchLabels: + app: time-logger template: metadata: labels: