Panfactum LogoPanfactum
ConfigurationRepository Variables

Repository Configuration Variables

The following values should be set panfactum.yaml at the root of your repository.

ValueRequiredDescriptionExample
repo_namexThe name of this repository.repo
repo_urlxThe URL of this repository. Must NOT include any protocol prefix (e.g., http://, git@, etc.).github.com/user/repo
repo_primary_branchxThe name of your primary git integration branch.main
environments_dirPath to your environments directory.environments (default)
iac_dirPath to your infrastructure code directory.infrastructure (default)
aws_dirPath to the AWS CLI configuration directory.aws (default)
kube_dirPath to the Kubernetes configuration directory.kube (default)
ssh_dirPath to the SSH configuration directory.ssh (default)
buildkit_dirPath to the BuildKit configuration directory.buildkit (default)

Notes

  • All environment variables representing directory paths (i.e., end in _DIR) are relative to the repository root and MUST NOT include a / prefix or suffix.