Configuration¶
Configuration options and parameters for Kubernetes modules.
Options¶
- kubectl_version (Optional[str])
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])
Specify the directory containing the kustomize overlay to use.
Example
options: overlay_path: overlays/${env DEPLOY_ENVIRONMENT}-blue
Parameters¶
Kubernetes does not support the use of parameters at this time.