mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-02 09:20:18 +00:00
578 B
578 B
Below are the steps to use reloader with Sealed Secrets.
- Download and install the kubeseal client from here.
- Install the controller for sealed secrets
- Fetch the encryption certificate
- Encrypt the secret.
- Apply the secret.
- Install the tool which uses that sealed secret.
- Install Reloader.
- Once everything is setup, update the original secret at client and encrypt it with kubeseal to see reloader working.
- Apply the updated sealed secret.
- Reloader will restart the pod to use that updated secret.