ojob.io/kube/genConfigMap

Usage

ojob ojob.io/kube/genConfigMap name=my-configmap path=my/config zip=myConfig.zip namespace=default 

Description

Generates a config map with a file or the top-level files on a folder

Expects

Name Description
name The config map name
path A folder of a file containing the config maps
zip If defined it will produce a single binary data zip file with all files
namespace The kubernetes namespace where the secret should be applied