Skip to content

Commit 5b30364

Browse files
committed
fixup! Fix secret FR translation error
1 parent d67c693 commit 5b30364

File tree

1 file changed

+2
-2
lines changed
  • content/fr/docs/concepts/configuration

1 file changed

+2
-2
lines changed

content/fr/docs/concepts/configuration/secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ metadata:
233233
uid: 91460ecb-e917-11e8-98f2-025000000001
234234
type: Opaque
235235
data:
236-
username: YWRtaW5pc3RyYXRvcg==
236+
username: YWRtaW5pc3RyYXRldXI=
237237
```
238238

239-
Où `YWRtaW5pc3RyYXRvcg ==` décode en `administrateur`.
239+
Où `YWRtaW5pc3RyYXRldXI=` décode en `administrateur`.
240240

241241
Les clés de `data` et `stringData` doivent être composées de caractères alphanumériques, '-', '_' ou '.'.
242242

0 commit comments

Comments
 (0)