Quick Fix: Mounting a ConfigMap to an Existing Volume in Kubernetes Using Rancher

John O'Connor
The Startup
Published in
4 min readJul 10, 2020

--

In this quick fix, I’ll detail how I FINALLY solved an issue that’s been plaguing me for quite some time: Mounting a single file stored in a ConfigMap into an existing directory in a Docker container on Kubernetes.

Introduction

--

--