Skip to content

giantswarm/konfigure

Repository files navigation

CircleCI Docker Repository on Quay

konfigure

Konfigure is a CLI tool and a kustomize plugin designed to compile App configuration.

The CLI mode enables you to generate the full configuration (App CR, ConfigMap, and Secret) for any of the Apps on any of Management Clusters. It also provides a linter to make sure the configuration structure found in giantswarm/config conforms with our standards.

The kustomize plugin mode enables us to utilize konfigure with Flux's kustomize-controller to transform App collection manifests into sets of App CRs, ConfigMaps, and Secrets.

Documentation: intranet | GitHub

Generating values locally

Example:

SOPS_AGE_KEY="..." konfigure generate --raw --app-name ${APP} --installation ${INSTALLATION}

This will print values in YAML format ready to use in a helm release.