forked from LaconicNetwork/kompose
#### What type of PR is this? Change from Docker Compose references to just Compose <!-- Add one of the following kinds: /kind bug /kind cleanup /kind documentation /kind feature --> #### What this PR does / why we need it: Compose is an open format and we should not say "Docker Compose". #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes https://github.com/kubernetes/kompose/issues/1868 #### Special notes for your reviewer: Signed-off-by: Charlie Drage <charlie@charliedrage.com>
12 lines
134 B
Markdown
12 lines
134 B
Markdown
## Compose Buildargs
|
|
|
|
### Usage
|
|
|
|
The simplest thing to do:
|
|
|
|
```bash
|
|
export $(cat envs)
|
|
```
|
|
|
|
To customize the values edit `envs` file.
|