Update content/ja/docs/concepts/configuration/secret.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Ryota Yamada 2022-01-02 18:24:53 +09:00 committed by GitHub
parent b37a9ca361
commit e0d3ec65b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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