From c88407d5d30c10537cbe84dbe4fe22b10677b2aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:06:50 +0000 Subject: [PATCH 1/2] chore(deps): update dependency stakater/vale-package to v0.0.52 --- .vale.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vale.ini b/.vale.ini index 3a737bb43..24bb70252 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,7 @@ StylesPath = styles MinAlertLevel = warning -Packages = https://github.com/stakater/vale-package/releases/download/v0.0.47/Stakater.zip +Packages = https://github.com/stakater/vale-package/releases/download/v0.0.52/Stakater.zip Vocab = Stakater # Only check MarkDown files From f934812448b884bcbdafbeb7324de6fa3a98f2fa Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Wed, 5 Feb 2025 10:17:23 +0100 Subject: [PATCH 2/2] update --- docs/How-it-works.md | 2 +- docs/Reloader-vs-ConfigmapController.md | 3 +-- docs/Reloader-with-Sealed-Secrets.md | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/How-it-works.md b/docs/How-it-works.md index 5f9f8a203..a93c9fb93 100644 --- a/docs/How-it-works.md +++ b/docs/How-it-works.md @@ -54,7 +54,7 @@ When Reloader detects changes in configmap. It gets two objects of configmap. Fi After that, Reloader gets the list of all `deployments`, `daemonsets` and `statefulset` and looks for above mentioned annotation for configmap. If the annotation value contains the configmap name, it then looks for an environment variable which can contain the configmap or secret data change hash. -### Environment Variable for ConfigMap +### Environment Variable for Configmap If configmap name is foo then diff --git a/docs/Reloader-vs-ConfigmapController.md b/docs/Reloader-vs-ConfigmapController.md index 872040eef..810e6113a 100644 --- a/docs/Reloader-vs-ConfigmapController.md +++ b/docs/Reloader-vs-ConfigmapController.md @@ -1,7 +1,6 @@ - # Reloader vs ConfigmapController -Reloader is inspired from [Configmapcontroller](https://github.com/fabric8io/configmapcontroller) but there are many ways in which it differs from configmapController. Below is the small comparison between these two controllers. +Reloader is inspired from [`Configmapcontroller`](https://github.com/fabric8io/configmapcontroller) but there are many ways in which it differs from `configmapController`. Below is the small comparison between these two controllers. | Reloader | Configmap | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/Reloader-with-Sealed-Secrets.md b/docs/Reloader-with-Sealed-Secrets.md index 363bc5bca..4df328d64 100644 --- a/docs/Reloader-with-Sealed-Secrets.md +++ b/docs/Reloader-with-Sealed-Secrets.md @@ -3,12 +3,12 @@ Below are the steps to use Reloader with Sealed Secrets: 1. Download and install the kubeseal client from [here](https://github.com/bitnami-labs/sealed-secrets) -1. Install the controller for sealed secrets +1. Install the controller for Sealed Secrets 1. Fetch the encryption certificate 1. Encrypt the secret 1. Apply the secret -1. Install the tool which uses that sealed secret +1. Install the tool which uses that Sealed Secret 1. Install Reloader 1. Once everything is setup, update the original secret at client and encrypt it with kubeseal to see Reloader working -1. Apply the updated sealed secret +1. Apply the updated Sealed Secret 1. Reloader will restart the pod to use that updated secret