From 4e5dbf90363e46b99331851fc5ee5b82d7576686 Mon Sep 17 00:00:00 2001 From: bentest411 Date: Sun, 1 Sep 2024 11:09:45 -0400 Subject: [PATCH 1/2] Added comment to deploy manifest --- deploymentservice.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploymentservice.yml b/deploymentservice.yml index ab6f0b707d..314edde517 100644 --- a/deploymentservice.yml +++ b/deploymentservice.yml @@ -19,8 +19,7 @@ spec: image: thetips4you/nodeapp:latest ports: - containerPort: 3000 - - + # demo comment --- apiVersion: v1 From d5b3466cc5192d01cfc7df20f20d744e99778ff0 Mon Sep 17 00:00:00 2001 From: bentest411 Date: Sun, 1 Sep 2024 11:13:40 -0400 Subject: [PATCH 2/2] added the required comment --- deploymentservice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploymentservice.yml b/deploymentservice.yml index 314edde517..6c35915b4b 100644 --- a/deploymentservice.yml +++ b/deploymentservice.yml @@ -19,7 +19,7 @@ spec: image: thetips4you/nodeapp:latest ports: - containerPort: 3000 - # demo comment + # demo comment, add another comment --- apiVersion: v1