Skip to content

Commit

Permalink
Identation issue (kodekloudhub#131)
Browse files Browse the repository at this point in the history
* Update 04-Labels-and-Selectors.md

Identation for template was wrong

* Update 04-Labels-and-Selectors.md
  • Loading branch information
anujgupta09 authored Dec 18, 2023
1 parent fb0c4a3 commit b2260d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/03-Scheduling/04-Labels-and-Selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b2260d6

Please sign in to comment.