mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
chore(deps): update dependency stakater/vale-package to v0.0.52 (#829)
* chore(deps): update dependency stakater/vale-package to v0.0.52 * update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Johan Grahn <karl.johan@stakater.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
StylesPath = styles
|
StylesPath = styles
|
||||||
MinAlertLevel = warning
|
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
|
Vocab = Stakater
|
||||||
|
|
||||||
# Only check MarkDown files
|
# Only check MarkDown files
|
||||||
|
|||||||
@@ -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.
|
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
|
If configmap name is foo then
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
# Reloader vs ConfigmapController
|
# 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 |
|
| Reloader | Configmap |
|
||||||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
Below are the steps to use Reloader with Sealed Secrets:
|
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. 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. Fetch the encryption certificate
|
||||||
1. Encrypt the secret
|
1. Encrypt the secret
|
||||||
1. Apply 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. Install Reloader
|
||||||
1. Once everything is setup, update the original secret at client and encrypt it with kubeseal to see Reloader working
|
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
|
1. Reloader will restart the pod to use that updated secret
|
||||||
|
|||||||
Reference in New Issue
Block a user