opencompose icon indicating copy to clipboard operation
opencompose copied to clipboard

Support for configMap

Open surajssd opened this issue 8 years ago • 0 comments

There is a heavy usage of configMap in community config repos like fabric8, helm charts, etc. Apart from secret this is one of the important thing that needs to be added. Having app configuration in configmap over k8s configurations allows someone to edit configs in production running services and have it reflected immediately across the cluster. Pattern of using configMaps more is emerging it seems.

Info about configMaps can be found in docs, API references.

$ kubectl explain cm
DESCRIPTION:
ConfigMap holds configuration data for pods to consume.

...

surajssd avatar May 18 '17 07:05 surajssd