[fr] Fix inconsistent example

pull/47466/head
Arhell 2024-08-13 01:03:56 +03:00
parent b678a455f6
commit d9332efbb1
1 changed files with 3 additions and 3 deletions

View File

@ -102,17 +102,17 @@ kubectl get -k <directory-path> -o jsonpath='{.data}'
Le résutat est similaire à :
```
{ "password": "UyFCXCpkJHpEc2I9", "username": "YWRtaW4=" }
{ "password": "MWYyZDFlMmU2N2Rm", "username": "YWRtaW4=" }
```
```
echo 'UyFCXCpkJHpEc2I9' | base64 --decode
echo 'MWYyZDFlMmU2N2Rm' | base64 --decode
```
Le résultat est similaire à :
```
S!B\*d$zDsb=
1f2d1e2e67df
```
Pour en savor plus, consultez