From bca4576861c518b2f98c9592561e8cc6456566cd Mon Sep 17 00:00:00 2001 From: Christian Mijares <72838467+cmijaresb@users.noreply.github.com> Date: Sat, 26 Feb 2022 14:54:09 -0600 Subject: [PATCH] Not recognized by exercise 8 on udemy course specs is defined as spec over this file --- Section_Pod/Exercise 8/pod-definition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Section_Pod/Exercise 8/pod-definition.yml b/Section_Pod/Exercise 8/pod-definition.yml index 48818a2..4da66bd 100644 --- a/Section_Pod/Exercise 8/pod-definition.yml +++ b/Section_Pod/Exercise 8/pod-definition.yml @@ -22,7 +22,7 @@ metadata: name: postgres labels: tier: db-tier -spec: +specs: containers: - name: postgres image: postgres