Skip to content

Commit 20e31c3

Browse files
rahulkumarsingh73690k8s-ci-robot
authored andcommitted
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
1 parent dfe4ea4 commit 20e31c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ encryption keys, into Pods.
2020
## Convert your secret data to a base-64 representation
2121

2222
Suppose you want to have two pieces of secret data: a username `my-app` and a password
23-
`39528$vdg7Jb`. First, use [Base64 encoding](https://www.base64encode.org/) to
23+
`39528$vdg7Jb`. First, use online Base 64 Encoding Tool [Base64 encoding](https://www.base64encode.org/), [Base64 encode](https://goonlinetools.com/base64-encode/) to
2424
convert your username and password to a base-64 representation. Here's a Linux
2525
example:
2626

0 commit comments

Comments
 (0)