forked from LaconicNetwork/kompose
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,
```
metadata:
annotations:
kompose.cmd: kompose convert -f /home/snarwade --stdout
kompose.version: 1.0.0 (HEAD)
```
For functional test, Now each test has template like,
```
"annotations": {
"kompose.cmd": "%CMD%",
"kompose.version": "%VERSION%"
```
Because, for every machine these values will be different.
Updated functional test with new annotations
|
||
|---|---|---|
| .. | ||
| docker-compose.yml | ||
| envs | ||
| output-k8s-template.json | ||
| output-os-template.json | ||
| README.md | ||
Gitlab
Gitlab, Postgresql, Redis
Usage
The simplest thing to do:
export $(cat envs)
docker-compose up
To customize the values edit envs file.