We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b50478e + d9332ef commit 586d350Copy full SHA for 586d350
content/fr/docs/tasks/configmap-secret/managing-secret-using-kustomize.md
@@ -102,17 +102,17 @@ kubectl get -k <directory-path> -o jsonpath='{.data}'
102
Le résutat est similaire à :
103
104
```
105
-{ "password": "UyFCXCpkJHpEc2I9", "username": "YWRtaW4=" }
+{ "password": "MWYyZDFlMmU2N2Rm", "username": "YWRtaW4=" }
106
107
108
109
-echo 'UyFCXCpkJHpEc2I9' | base64 --decode
+echo 'MWYyZDFlMmU2N2Rm' | base64 --decode
110
111
112
Le résultat est similaire à :
113
114
115
-S!B\*d$zDsb=
+1f2d1e2e67df
116
117
118
Pour en savor plus, consultez
0 commit comments