miss matched secret as shown in setup
parent
19f3ec2fff
commit
d2e1d3c632
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue