Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makkes/dkp-configs
Collection of DKP configuration files
https://github.com/makkes/dkp-configs
Last synced: 3 days ago
JSON representation
Collection of DKP configuration files
- Host: GitHub
- URL: https://github.com/makkes/dkp-configs
- Owner: makkes
- Created: 2022-01-27T11:59:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T16:45:04.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T22:42:49.522Z (about 2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kommander configuration files
This repository holds a set of configuration files for typical deployment scenarios of [DKP Kommander](https://d2iq.com/products/kommander).
## How to use
Some of the configuration files are templated in a way that can easily be used with a combination of `envsubst` and [`direnv`](https://direnv.net/):
1. `cd` into the directory holding the configuration file you want to use.
1. Create an `.envrc` file holding all variables consumed in the configuration file.
1. Run `envsubst < file.yaml > kommander.yaml`
1. Use the file with the Kommander CLI: `kommander install --config kommander.yaml`