You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ __sealit__ is a CLI which provides an opinionated way of doing GitOps based on B
11
11
3. Run `sealit init` next to your environment specific values.yaml of your helm chart
12
12
4. Change the configuration file `.sealit.yaml` according to your needs
13
13
5. Run `sealit seal` to encrypt all secrets. Review if your secrets are encrypted otherwise tweak your config file again.
14
-
6. Create a `SealedSecret` resource inside your Helm Chart and reference the secrets from the `values.yaml` similar to `{{ .Values.env.your_secret | trimPrefix "ENC:" }}`
15
-
7. Now you can securely commit your secrets and deploy your application based on git to Kubernetes
14
+
6. Create a `SealedSecret` resource (`sealit template`) inside your Helm Chart and reference the secrets from the `values.yaml` similar to `{{ .Values.env.your_secret | trimPrefix "ENC:" }}`
15
+
7. Now you can securely commit your secrets and deploy your application based on your git repository, to Kubernetes
16
16
17
17
In the [`example`](example) folder you can find a working solution and structure for using _sealit_, _Sealed Secrets_ and _Helm Charts_.
18
18
@@ -152,7 +152,7 @@ If you discover a vulnerabilities within __sealit__, please send an e-mail to Da
152
152
153
153
## Credits
154
154
155
-
Thanks to the awesome work of the people behind [SOPS](https://github.com/mozilla/sops) and [_Sealed Secrets_](https://github.com/bitnami-labs/sealed-secrets).
155
+
Thanks to the awesome work of the people behind [_SOPS_](https://github.com/mozilla/sops) and [_Sealed Secrets_](https://github.com/bitnami-labs/sealed-secrets).
0 commit comments