From 2a80c6d052a52ec91198797d403cf596c722f0c8 Mon Sep 17 00:00:00 2001 From: Kobayashi Daisuke Date: Wed, 19 May 2021 15:29:49 +0900 Subject: [PATCH] Update content/ja/docs/concepts/configuration/secret.md Co-authored-by: atoato88 --- content/ja/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/concepts/configuration/secret.md b/content/ja/docs/concepts/configuration/secret.md index ac9fc589e5..eeb0cc7d05 100644 --- a/content/ja/docs/concepts/configuration/secret.md +++ b/content/ja/docs/concepts/configuration/secret.md @@ -184,7 +184,7 @@ metadata: type: kubernetes.io/basic-auth stringData: username: admin - password: t0p-Secret config.yaml: |- + password: t0p-Secret ```