From b2260d6efb8d335160e50b55f5c9b78d2399ef9b Mon Sep 17 00:00:00 2001 From: AnujGupta <61574237+anujgupta09@users.noreply.github.com> Date: Tue, 19 Dec 2023 02:11:37 +0530 Subject: [PATCH] Identation issue (#131) * Update 04-Labels-and-Selectors.md Identation for template was wrong * Update 04-Labels-and-Selectors.md --- docs/03-Scheduling/04-Labels-and-Selectors.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/03-Scheduling/04-Labels-and-Selectors.md b/docs/03-Scheduling/04-Labels-and-Selectors.md index 4b14d082..6c903328 100644 --- a/docs/03-Scheduling/04-Labels-and-Selectors.md +++ b/docs/03-Scheduling/04-Labels-and-Selectors.md @@ -55,15 +55,15 @@ Kubernetes uses labels to connect different objects together selector: matchLabels: app: App1 - template: - metadata: - labels: - app: App1 - function: Front-end - spec: - containers: - - name: simple-webapp - image: simple-webapp + template: + metadata: + labels: + app: App1 + function: Front-end + spec: + containers: + - name: simple-webapp + image: simple-webapp ``` ![lrs](../../images/lrs.PNG)