From 03ace3b6b385c36b723e06bfcad4682cde298140 Mon Sep 17 00:00:00 2001 From: Gerti Poppel Date: Tue, 1 Dec 2015 16:49:46 +0100 Subject: [PATCH] auto update --- examples/guestbook/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index 325b33a74a1..96ed506c14a 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -139,7 +139,7 @@ apiVersion: v1 kind: ReplicationController metadata: name: redis-master - # these labels can be applied automatically + # these labels can be applied automatically # from the labels in the pod template if not set labels: app: redis @@ -149,7 +149,7 @@ spec: # this replicas value is default # modify it according to your case replicas: 1 - # selector can be applied automatically + # selector can be applied automatically # from the labels in the pod template if not set # selector: # app: guestbook