From ec35823c6ed9808f217a2cc09661c55e28f5e422 Mon Sep 17 00:00:00 2001 From: translucens Date: Thu, 30 Jul 2020 07:00:04 +0900 Subject: [PATCH] Update content/ja/docs/concepts/configuration/secret.md Co-authored-by: makocchi --- 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 aa27d7bf15..f3300bec4d 100644 --- a/content/ja/docs/concepts/configuration/secret.md +++ b/content/ja/docs/concepts/configuration/secret.md @@ -131,7 +131,7 @@ Secretの内容を参照する方法は[Secretのデコード](#decoding-a-secre #### 手動でSecretを作成する SecretをJSONまたはYAMLフォーマットのファイルで作成し、その後オブジェクトを作成することができます。 -Secretオブジェクトの名称は正当な[DNSサブドメイン名](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)である必要があります。 +Secretオブジェクトの名称は正当な[DNSサブドメイン名](/ja/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names)である必要があります。 [Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core)は、`data`と`stringData`の2つの連想配列を持ちます。 `data`フィールドは任意のデータの保存に使われ、Base64でエンコードされています。 `stringData`は利便性のために存在するもので、機密データをエンコードされない文字列で扱えます。