Skip to content

Commit

Permalink
removed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AK committed Sep 13, 2024
1 parent 849a1bd commit 36f1150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/devops/coach/StartApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class StartApplication {

@GetMapping("/")
public String index(final Model model) {
model.addAttribute("title", "Welcome folks..We are learning Kubernete Deployment using Helm, Jenkins Pipeline Today's date is Sep 12th, 2024..!!!! ");
model.addAttribute("title", "Welcome folks..We are learning Kubernete Deployment using Helm, Jenkins Pipeline Today's date is Sep 12th");
model.addAttribute("msg", "Hello All..We are deploying springboot application into EKS cluster using Helm + Jenkins Pipeline!!!!");
return "index";
}
Expand Down

0 comments on commit 36f1150

Please sign in to comment.