Kubernetes - ConfigMaps
You wrote this volumeMount snippet but the ConfigMap files are not visible inside the container:
What is the error?
volumeMounts: - name: config-volume mountPath: /etc/config readOnly: false
What is the error?
