Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`