BuildKit Configuration Files
config.yaml
This file:
-
Instructs the
pf-update-buildkit --build
command how to generate the registry credential helpers used by BuildKit. This command must be run by a superuser with root access to the BuildKit environment. -
Instructs the Panfactum BuildKit commands how to connect with BuildKit.
config.yaml Format
YAML Schema
bastion = string
module = string
Value | Description | Example |
---|---|---|
bastion | The name of the bastion in <ssh_dir>/config.yaml that will be used to establish a connection to BuildKit. | development-primary |
module | The path to the kube_buildkit module deployment relative to the <environments_dir> directory. | development/us-east-2/kube_buildkit |