From 72277efc1e3b1b9cc74b3decbd646e308a604f0f Mon Sep 17 00:00:00 2001 From: Mufazzal Date: Thu, 30 Jun 2022 13:53:07 +0530 Subject: [PATCH] Updating the namespace in pod yaml --- Task20/solution/pod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Task20/solution/pod.yml b/Task20/solution/pod.yml index 01bdc33..a824905 100644 --- a/Task20/solution/pod.yml +++ b/Task20/solution/pod.yml @@ -2,7 +2,8 @@ apiVersion: v1 kind: Pod metadata: name: consul + namespace: tools spec: containers: - name: my-pod - image: consul \ No newline at end of file + image: consul