From 16a0855599bea0345a868406071a7c8e2610ae53 Mon Sep 17 00:00:00 2001 From: sourav kumar Date: Sat, 25 Jun 2022 17:53:33 +0530 Subject: [PATCH] change file name --- Days/day72.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day72.md b/Days/day72.md index f3195c8..f63838c 100644 --- a/Days/day72.md +++ b/Days/day72.md @@ -37,7 +37,7 @@ The first step is to get our minikube cluster up and running, we can simply do t ![](Images/Day72_CICD1.png) -I have added a folder with all the YAML configuration and values that can be found [here](days/CICD/Jenkins) Now that we have our cluster we can run the following to create our jenkins namespace. `kubectl create -f jenkins-namespace.yml` +I have added a folder with all the YAML configuration and values that can be found [here](CICD/Jenkins) Now that we have our cluster we can run the following to create our jenkins namespace. `kubectl create -f jenkins-namespace.yml` ![](Images/Day72_CICD2.png)