Configuration
Configuration options and parameters for Kubernetes modules.
Contents
Options
- kubectl_version: Optional[str] = None
Specify a version of Kubectl for Runway and download and use. See Version Management for more details.
Example
options: kubectl_version: 1.14.5
- overlay_path: Optional[str] = None
Specify the directory containing the kustomize overlay to use.
Example
options: overlay_path: overlays/${env DEPLOY_ENVIRONMENT}-blue
New in version 1.12.0.
Parameters
Kubernetes does not support the use of deployment.parameters
/module.parameters
at this time.