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.
1 parent c34cc63 commit ec35823Copy full SHA for ec35823
content/ja/docs/concepts/configuration/secret.md
@@ -131,7 +131,7 @@ Secretの内容を参照する方法は[Secretのデコード](#decoding-a-secre
131
#### 手動でSecretを作成する
132
133
SecretをJSONまたはYAMLフォーマットのファイルで作成し、その後オブジェクトを作成することができます。
134
-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)である必要があります。
135
[Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core)は、`data`と`stringData`の2つの連想配列を持ちます。
136
`data`フィールドは任意のデータの保存に使われ、Base64でエンコードされています。
137
`stringData`は利便性のために存在するもので、機密データをエンコードされない文字列で扱えます。
0 commit comments