Top "Configmap" questions

ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable.

Restart pods when configmap updates in Kubernetes?

How do I automatically restart Kubernetes pods and pods associated with deployments when their configmap is changed/updated? I know …

kubernetes kubernetes-pod configmap
Kubernetes - How to define ConfigMap built using a file in a yaml?

At present I am creating a configmap from the file config.json by executing: kubectl create configmap jksconfig --from-file=config.…

kubernetes minikube kubernetes-helm configmap
How to patch a ConfigMap in Kubernetes

Kubernetes ships with a ConfigMap called coredns that lets you specify DNS settings. I want to modify or patch a …

kubernetes patch configmap coredns
kubernetes: How to create and use configmap from multiple files

I have the documentation regarding the configmap: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#define-container-environment-variables-using-configmap-data From what I understand is …

kubernetes configmap
How to save content of a configmap to a file with kubectl and jsonpath?

I'm trying to save the contents of a configmap to a file on my local hard drive. Kubectl supports selecting …

kubernetes jsonpath kubectl configmap
Is there a way to share a configMap in kubernetes between namespaces?

We are using one namespace for the develop environment and one for the staging environment. Inside each one of this …

kubernetes namespaces configmap
Delete a configmap itself from Kubernetes

I am trying to delete a configmap from a k8s namespace .. i created the configmap using the command below …

kubernetes kubectl configmap
Does Kubernetes take JSON format as input file to create configmap and secret?

I have an existing configuration file in JSON format, something like below { "maxThreadCount": 10, "trackerConfigs": [{ "url": "https://example1.com/", "username": "username", "…

kubernetes kubernetes-pod configmap kubernetes-secrets
embeding conf files into helm chart

Im new at helm. Im building a splunk helm chart with numerous conf files. I currently use something like this …

templates kubernetes splunk configmap kubernetes-helm
How to import custom dashboards to grafana using helm

I'm trying to understand helm and I wonder if someone could ELI5 to me something or help me with something. …

kubernetes grafana kubernetes-helm configmap