Skip to content

Commit 93c0c2a

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

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
@@ -14,7 +14,7 @@ weight: 30
1414
Secretとは、パスワードやトークン、キーなどの少量の機密データを含むオブジェクトのことです。
1515
このような情報は、Secretを用いないと{{< glossary_tooltip term_id="pod" >}}の定義や
1616
{{< glossary_tooltip text="コンテナイメージ" term_id="image" >}}に直接記載することになってしまうかもしれません。
17-
シークレットを使用すれば、アプリケーションコードに機密データを含める必要がなくなります。
17+
Secretを使用すれば、アプリケーションコードに機密データを含める必要がなくなります。
1818

1919
なぜなら、シークレットは、それを使用するポッドとは独立して作成することができ、
2020
ポッドの作成、閲覧、編集といったワークフローの中でシークレット(およびそのデータ)が漏洩する危険性が低くなるためです。

0 commit comments

Comments
 (0)