k8s-configmap-volumes

1.0.0 • Public • Published

k8s-configmap-volumes

Abstracts Kubernetes configmap data from mounted volumes.

Usage

const config = require('./lib/k8s-configmap-volumes.js')();

config.onChange = function(name) {console.log("config changed "+name);};

config.add("rabbit-amqp", '/etc/config/mock-ti-nodejs/rabbit-amqp');

config.add("inExchangeName", '/etc/config/mock-ti-nodejs/inExchangeName');

config.add("outExchangeName", '/etc/config/mock-ti-nodejs/outExchangeName');

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i k8s-configmap-volumes

    Weekly Downloads

    1

    Version

    1.0.0

    License

    SEE LICENSE IN LICENSE.txt

    Unpacked Size

    37.4 kB

    Total Files

    13

    Last publish

    Collaborators

    • austinagile