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 c944e3a commit c34cc63Copy full SHA for c34cc63
content/ja/docs/concepts/configuration/secret.md
@@ -56,7 +56,7 @@ echo -n '1f2d1e2e67df' > ./password.txt
56
```
57
58
`kubectl create secret`コマンドはそれらのファイルをSecretに格納して、APIサーバー上でオブジェクトを作成します。
59
-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)である必要があります。
60
61
```shell
62
kubectl create secret generic db-user-pass --from-file=./username.txt --from-file=./password.txt
0 commit comments