From 01b319a444ee81d63326a43ae7f9a3e7107cf37a Mon Sep 17 00:00:00 2001 From: riyasoni5990 <47269531+riyasoni5990@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:55:12 +0530 Subject: [PATCH] Update README.md --- ConfigMap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigMap/README.md b/ConfigMap/README.md index d3a6d8c..3630ecf 100644 --- a/ConfigMap/README.md +++ b/ConfigMap/README.md @@ -1,5 +1,5 @@ # ConfigMap in Kubernetes -This repository contains the YAML files used in the video tutorial ConfigMap in Kubernetes: Solving Problems with Environment Variables and Creating ConfigMaps. In this video, you will learn how to use ConfigMaps to manage configuration data in your Kubernetes cluster. +This repository contains the YAML files used in the video tutorial [ConfigMap in Kubernetes: Solving Problems with Environment Variables and Creating ConfigMaps](https://youtu.be/EKDmz49BhX8). In this video, you will learn how to use ConfigMaps to manage configuration data in your Kubernetes cluster. ## Prerequisites Before starting with this tutorial, you should have a basic understanding of Kubernetes and how to create a pod, service, and deployment. You should also have the kubectl command-line tool installed and configured to interact with your Kubernetes cluster.