Skip to main content

Full

Properties

PropertyTypeRequiredDescriptionDefaultExample
versionstring✅ Yesconfig file version Version string for the configuration format-"1"
descriptionstringNoapp description rendered in the installer Detailed description of the app shown to customers during installation-"A cloud-native SaaS application"
display_namestringNodisplay name rendered in the installer Display name for the app shown to customers during installation-"My SaaS Application"
slack_webhook_urlstringNoslack webhook url for notifications Optional Slack webhook URL to send app notifications and alerts to a channel--
readmestringNoreadme file for the app Markdown file with app documentation. Supports templating and external file sources: HTTP(S) URLs (https://example.com/readme.md), git repositories (git::https://github.com/--
branchAppBranchConfigNodefault app branch configuration Default branch configuration for all installs. Can be overridden per install--
inputsAppInputConfigNoinput configuration Define inputs that customers provide during installation--
sandboxAppSandboxConfig✅ Yessandbox configuration Sandbox/cluster configuration for the application infrastructure--
runnerAppRunnerConfig✅ Yesrunner configuration Runner configuration for executing deployments and workflows--
installerInstallerConfigNoinstaller configuration Configuration for the customer-facing installer experience--
permissionsPermissionsConfigNopermissions configuration RBAC and permission policies for install access control--
policiesPoliciesConfigNopolicies configuration Define policies for install management and automation--
secretsSecretsConfigNosecrets configuration Manage secret variables shared across components--
break_glassBreakGlassNobreak-glass configuration Configure break-glass roles for emergency access to installs--
stackStackConfigNostack configuration Stack configuration for infrastructure orchestration--
componentsComponentListNocomponent configurations List of components (terraform, helm, containers, etc) to deploy--
installsarrayNoinstall configurations Install-specific overrides and configurations--
actionsarrayNoaction configurations Custom workflows and actions that can be executed on installs--

Property Details

version

Examples:
"1"
"2"

description

Examples:
"A cloud-native SaaS application"
"Enterprise analytics and reporting solution"

display_name

Examples:
"My SaaS Application"
"Analytics Platform"