3.6.5.4.9. mount-source オプションの指定
プロジェクトのソースディレクトリーのマウントをコンテナーに指定するには、mountSources
パラメーターを使用します。
components: - alias: appDeployment type: kubernetes reference: app-deployment.yaml mountSources: true
components:
- alias: appDeployment
type: kubernetes
reference: app-deployment.yaml
mountSources: true
有効にされている場合、プロジェクトソースマウントは指定されるコンポーネントのすべてのコンテナーに適用されます。このパラメーターは、chePlugin
タイプのコンポーネントにも適用できます。