Skip to content

Commit ec35823

Browse files
Update content/ja/docs/concepts/configuration/secret.md
Co-authored-by: makocchi <[email protected]>
1 parent c34cc63 commit ec35823

File tree

1 file changed

+1
-1
lines changed
  • content/ja/docs/concepts/configuration

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Secretの内容を参照する方法は[Secretのデコード](#decoding-a-secre
131131
#### 手動でSecretを作成する
132132

133133
SecretをJSONまたはYAMLフォーマットのファイルで作成し、その後オブジェクトを作成することができます。
134-
Secretオブジェクトの名称は正当な[DNSサブドメイン名](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)である必要があります。
134+
Secretオブジェクトの名称は正当な[DNSサブドメイン名](/ja/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names)である必要があります。
135135
[Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core)は、`data``stringData`の2つの連想配列を持ちます。
136136
`data`フィールドは任意のデータの保存に使われ、Base64でエンコードされています。
137137
`stringData`は利便性のために存在するもので、機密データをエンコードされない文字列で扱えます。

0 commit comments

Comments
 (0)