Configuration

Configuration options and parameters for Kubernetes Modules.

Options

kubectl_version: str | None = 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: str | None = None

Specify the directory containing the kustomize overlay to use.

Example

options:
  overlay_path: overlays/${env DEPLOY_ENVIRONMENT}-blue

Added in version 1.12.0.

Parameters

Kubernetes does not support the use of deployment.parameters/module.parameters at this time.