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 f658342 + 5b30364 commit 27613f3Copy full SHA for 27613f3
content/fr/docs/concepts/configuration/secret.md
@@ -217,7 +217,7 @@ type: Opaque
217
data:
218
username: YWRtaW4=
219
stringData:
220
- username: administrator
+ username: administrateur
221
```
222
223
Donnera le secret suivant:
@@ -233,10 +233,10 @@ metadata:
233
uid: 91460ecb-e917-11e8-98f2-025000000001
234
type: Opaque
235
236
- username: YWRtaW5pc3RyYXRvcg==
+ username: YWRtaW5pc3RyYXRldXI=
237
238
239
-Où `YWRtaW5pc3RyYXRvcg ==` décode en `administrateur`.
+Où `YWRtaW5pc3RyYXRldXI=` décode en `administrateur`.
240
241
Les clés de `data` et `stringData` doivent être composées de caractères alphanumériques, '-', '_' ou '.'.
242
0 commit comments