
ojob ojob.io/kube/genConfigMap name=my-configmap path=my/config zip=myConfig.zip namespace=default Generates a config map with a file or the top-level files on a folder
| 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 |