Skip to content

Commit f829e16

Browse files
riita10069nasa9084
andauthored
Update content/ja/docs/concepts/configuration/secret.md
Co-authored-by: nasa9084 <[email protected]>
1 parent 93c0c2a commit f829e16

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
@@ -17,7 +17,7 @@ Secretとは、パスワードやトークン、キーなどの少量の機密
1717
Secretを使用すれば、アプリケーションコードに機密データを含める必要がなくなります。
1818

1919
なぜなら、シークレットは、それを使用するポッドとは独立して作成することができ、
20-
ポッドの作成、閲覧、編集といったワークフローの中でシークレット(およびそのデータが漏洩する危険性が低くなるためです。
20+
Podの作成、閲覧、編集といったワークフローの中でSecret(およびそのデータ)が漏洩する危険性が低くなるためです。
2121
また、Kubernetesやクラスタ内で動作するアプリケーションは、不揮発性ストレージに機密データを書き込まないようにするなど、Secretsで追加の予防措置を取ることができます。
2222

2323
Secretsは、{{< glossary_tooltip text="ConfigMaps" term_id="configmap" >}}

0 commit comments

Comments
 (0)