You are viewing documentation for a release that is no longer maintainedSee documentation for the latest supported version 3 or the latest supported version 4. 8.6.4. 環境変数としてのシークレットの使用 valueFrom 構文を使用して、シークレットからのキーの値を環境変数として利用できます。 apiVersion: v1 kind: BuildConfig metadata: name: secret-example-bc spec: strategy: sourceStrategy: env: - name: MYVAL valueFrom: secretKeyRef: key: myval name: mysecret 戻る次へ