Category "configmap"

How can I make an Openshift configmap universal?

I have an Openshift 4.10 install, running a bunch of applications in different namespaces, in which I want to make a tnsnames.ora file available. I've made a co

helm config map from external yaml file

I want to update my helm dependencies with configurations , declared in central folder ,among microservices . having the following tree of folders - config-repo

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. So i did run below: helm repo add coreos https://s

How do you add multiple config files to configMap with kustomize configMapGenerator by using a pattern/regex/...?

Currently I do this: configMapGenerator: - name: sql-config-map files: - "someDirectory/one.sql" - "someDirectory/two.sql" - "someDirect

kubernetes - Configmap - Existing files are removed

When using a ConfigMap as a mounted volume, all the existing files and folders inside the mounted location of the pod are deleted. The ConfigMap is created usi