From 16f3055e10570380bdc8dbc654a18fc00ab31787 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Fri, 10 Jul 2020 11:34:47 +1000 Subject: [PATCH] Typo fix "resatart" --- docs/Reloader-with-Sealed-Secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reloader-with-Sealed-Secrets.md b/docs/Reloader-with-Sealed-Secrets.md index 4b7d9225..86a109e1 100644 --- a/docs/Reloader-with-Sealed-Secrets.md +++ b/docs/Reloader-with-Sealed-Secrets.md @@ -8,4 +8,4 @@ Below are the steps to use reloader with Sealed Secrets. 8. Install Reloader. 9. Once everything is setup, update the original secret at client and encrypt it with kubeseal to see reloader working. 10. Apply the updated sealed secret. -11. Reloader will resatart the pod to use that updated secret. \ No newline at end of file +11. Reloader will restart the pod to use that updated secret.