From af2c1445d9ce7d99af8c24ce1a07e3dc7ed735a5 Mon Sep 17 00:00:00 2001 From: gopaddle <74309181+gopaddle-io@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:06:10 -0500 Subject: [PATCH] Update 2021-04-01-Strange-things-you-never-knew-about-ConfigMaps.md ConfigMap reference deployment and dependency image updated --- ...-04-01-Strange-things-you-never-knew-about-ConfigMaps.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/_posts/2021-04-01-Strange-things-you-never-knew-about-ConfigMaps.md b/docs/_posts/2021-04-01-Strange-things-you-never-knew-about-ConfigMaps.md index 3119f0c..6896ad9 100644 --- a/docs/_posts/2021-04-01-Strange-things-you-never-knew-about-ConfigMaps.md +++ b/docs/_posts/2021-04-01-Strange-things-you-never-knew-about-ConfigMaps.md @@ -27,9 +27,7 @@ ConfigMaps are Kubernetes resources that are used to store application configura Here is an example of how ConfigMaps are defined and referenced inside a deployment specification. -![](https://i1.wp.com/blog.gopaddle.io/wp-content/uploads/2021/03/configmaps.png?resize=512%2C239&ssl=1) - -![](https://i1.wp.com/blog.gopaddle.io/wp-content/uploads/2021/03/configmaps.png?resize=512%2C239&ssl=1) +![](https://blog.gopaddle.io/wp-content/uploads/2024/01/configmaps.png?resize=512%2C239&ssl=1) Example of defining and using ConfigMaps inside deployment specifications @@ -234,4 +232,4 @@ Now check the deployment. You can see that it is updated with new ConfigMap and configMap: name: testconfig-10jov -Give configurator a try and share your feedback with us. If you are interested in contributing to the project, you can reach out to us. The project can be cloned from [https://github.com/gopaddle-io/configurator](https://github.com/gopaddle-io/configurator) \ No newline at end of file +Give configurator a try and share your feedback with us. If you are interested in contributing to the project, you can reach out to us. The project can be cloned from [https://github.com/gopaddle-io/configurator](https://github.com/gopaddle-io/configurator)