From 20e31c3f5cc59954ae6fa3256fcf81a4a782257b Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh <37482171+rahulkumarsingh73690@users.noreply.github.com> Date: Wed, 8 Jan 2020 19:27:40 +0530 Subject: [PATCH] Added More Base64 Tool (#17982) I noticed this https://www.base64encode.org/ Tool is not working in the safari browser, So I added alternative tool that I found is working on safari and another browser. Please Check Link that I added :) Thanks --- .../inject-data-application/distribute-credentials-secure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md b/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md index 79517465f9..7ae9350944 100644 --- a/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md +++ b/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md @@ -20,7 +20,7 @@ encryption keys, into Pods. ## Convert your secret data to a base-64 representation Suppose you want to have two pieces of secret data: a username `my-app` and a password -`39528$vdg7Jb`. First, use [Base64 encoding](https://www.base64encode.org/) to +`39528$vdg7Jb`. First, use online Base 64 Encoding Tool [Base64 encoding](https://www.base64encode.org/), [Base64 encode](https://goonlinetools.com/base64-encode/) to convert your username and password to a base-64 representation. Here's a Linux example: