Sealed Secrets

Get certificate

kubeseal --fetch-cert --context LAB_AWS96 --controller-namespace=sealed-secrets --controller-name=sealed-secrets > aws96.pem

Encrypt yaml

cat secret.yaml | kubeseal --format=yaml --cert aws96.pem > sealed_secret.yaml

Upload secrets to git

Last updated

Was this helpful?