miss matched secret as shown in setup

pull/47191/head
Mason Chen 2024-07-18 14:04:17 +12:00 committed by GitHub
parent 19f3ec2fff
commit d2e1d3c632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -102,17 +102,17 @@ kubectl get -k <directory-path> -o jsonpath='{.data}'
The output is similar to:
```
{ "password": "UyFCXCpkJHpEc2I9", "username": "YWRtaW4=" }
{ "password": "MWYyZDFlMmU2N2Rm", "username": "YWRtaW4=" }
```
```
echo 'UyFCXCpkJHpEc2I9' | base64 --decode
echo 'MWYyZDFlMmU2N2Rm' | base64 --decode
```
The output is similar to:
```
S!B\*d$zDsb=
1f2d1e2e67df
```
For more information, refer to