Skip to content

Commit 919d0cc

Browse files
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 <[email protected]>
1 parent ca3c954 commit 919d0cc

4 files changed

+6
-7
lines changed

.vale.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
StylesPath = styles
22
MinAlertLevel = warning
33

4-
Packages = https://github.com/stakater/vale-package/releases/download/v0.0.47/Stakater.zip
4+
Packages = https://github.com/stakater/vale-package/releases/download/v0.0.52/Stakater.zip
55
Vocab = Stakater
66

77
# Only check MarkDown files

docs/How-it-works.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When Reloader detects changes in configmap. It gets two objects of configmap. Fi
5454

5555
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.
5656

57-
### Environment Variable for ConfigMap
57+
### Environment Variable for Configmap
5858

5959
If configmap name is foo then
6060

docs/Reloader-vs-ConfigmapController.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
# Reloader vs ConfigmapController
32

4-
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.
3+
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.
54

65
| Reloader | Configmap |
76
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

docs/Reloader-with-Sealed-Secrets.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Below are the steps to use Reloader with Sealed Secrets:
44

55
1. Download and install the kubeseal client from [here](https://github.com/bitnami-labs/sealed-secrets)
6-
1. Install the controller for sealed secrets
6+
1. Install the controller for Sealed Secrets
77
1. Fetch the encryption certificate
88
1. Encrypt the secret
99
1. Apply the secret
10-
1. Install the tool which uses that sealed secret
10+
1. Install the tool which uses that Sealed Secret
1111
1. Install Reloader
1212
1. Once everything is setup, update the original secret at client and encrypt it with kubeseal to see Reloader working
13-
1. Apply the updated sealed secret
13+
1. Apply the updated Sealed Secret
1414
1. Reloader will restart the pod to use that updated secret

0 commit comments

Comments
 (0)