Skip to content

Commit c34cc63

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

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
@@ -56,7 +56,7 @@ echo -n '1f2d1e2e67df' > ./password.txt
5656
```
5757

5858
`kubectl create secret`コマンドはそれらのファイルをSecretに格納して、APIサーバー上でオブジェクトを作成します。
59-
Secretオブジェクトの名称は正当な[DNSサブドメイン名](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)である必要があります。
59+
Secretオブジェクトの名称は正当な[DNSサブドメイン名](/ja/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names)である必要があります。
6060

6161
```shell
6262
kubectl create secret generic db-user-pass --from-file=./username.txt --from-file=./password.txt

0 commit comments

Comments
 (0)