Skip to content
Snippets Groups Projects
Commit 5bdd698d authored by Jan Siwiec's avatar Jan Siwiec
Browse files

cap fix

parent 52f35bbd
No related branches found
No related tags found
No related merge requests found
Pipeline #246292 canceled
......@@ -16,15 +16,16 @@ git repository they will be able to view the secrets in plaintext.
The following article explains how to store Kubernetes Secrets in git securely.
## Prerequisites
- Namespace on your cluster
- kubectl
- kubeseal
## Kubeseal installation
## Kubeseal Installation
To store secrets securely you will need a program called `kubeseal`. This program can be downloaded as a standalone binary from this [GitHub repository](https://github.com/bitnami-labs/sealed-secrets/releases).
## How to store your secrets
## How to Store Your Secrets
First you will need a YAML file defining your secret such as this (note that the secret data must be base64 encoded):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment