We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This page contains details about the configuration files.
Depending on the cloud orchestrator different configuration file types are supported. See the following table for more details:
Marathon
json
Kubernetes
json, yml
The configuration files are deployed in the same order they are specified.
Imagine the following build script:
build.gradle
deployer { marathon { ... files: [file("one.json"), file("two.json")] } }
First the resources in one.json would be deployed and then the resources in two.json.
one.json
two.json