Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for configMap #124

Open
Tracked by #131
surajssd opened this issue May 18, 2017 · 0 comments
Open
Tracked by #131

Support for configMap #124

surajssd opened this issue May 18, 2017 · 0 comments

Comments

@surajssd
Copy link
Contributor

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.

...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants