Skip to content

Commit deeb73e

Browse files
authored
docs: correct match selector section in auto app discovery guide (#3903)
Signed-off-by: Keith Collison <[email protected]>
1 parent 759ccff commit deeb73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/guides/assets/auto-app-discovery/deployments.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
spec:
1515
selector:
1616
matchLabels:
17-
app: podtato-head-frontend
17+
app.kubernetes.io/name: podtato-head-frontend
1818
template:
1919
metadata:
2020
labels:
@@ -37,7 +37,7 @@ metadata:
3737
spec:
3838
selector:
3939
matchLabels:
40-
app: podtato-head-hat
40+
app.kubernetes.io/name: podtato-head-hat
4141
replicas: 1
4242
template:
4343
metadata:

0 commit comments

Comments
 (0)