> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ジョブ/automations にシークレットを指定できますか？たとえば、ユーザーに直接表示したくない APIキーなどです。

はい。次のstepに従ってください。

1. 次のコマンドを使用して、run 用に指定された namespace に Kubernetes シークレットを作成します。
   `kubectl create secret -n <namespace> generic <secret_name> <secret_value>`

2. シークレットを作成したら、run の開始時にシークレットが注入されるようキューを設定します。シークレットを閲覧できるのはクラスター管理者のみで、エンドユーザーには表示されません。
