Skip to content

Commit

Permalink
Updating Configuration via a Configmap
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
adityasamant25 and sftim committed Apr 5, 2024
1 parent 86d65b2 commit 3efc5cd
Show file tree
Hide file tree
Showing 10 changed files with 851 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,3 +920,4 @@ or move it into the trash can / deleted files location.

* Follow a real world example of
[Configuring Redis using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/).
* Follow an example of [Updating configuration via a ConfigMap](/docs/tutorials/configuration/updating-configuration-via-a-configmap/).
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- pmorie
title: Configuring Redis using a ConfigMap
content_type: tutorial
weight: 30
---

<!-- overview -->
Expand Down Expand Up @@ -251,3 +252,4 @@ kubectl delete pod/redis configmap/example-redis-config


* Learn more about [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/).
* Follow an example of [Updating configuration via a ConfigMap](/docs/tutorials/configuration/updating-configuration-via-a-configmap/).
Loading

0 comments on commit 3efc5cd

Please sign in to comment.