A ddb jsonnet package (djp).
Write a short description of this djp package.
ddb.yml
cookiecutter:
templates:
- template: gh:inetum-orleans/djp-template
docker-compose.yml.jsonnet
ddb.Compose(
ddb.with(
import '.docker/djp/djp.libjsonnet',
params={param1: 'value1', param2: ['value2']}
)
)
name | type | description |
---|---|---|
param1 | string | Description of first parameter |
param2 | string[] | Description of second parameter |
Please check jsonnet feature to understand how to include a djp package inside a ddb project.
Looking for other djp packages ? Check github repositories starting with djp-
.