Replies: 1 comment
-
You're using it as a subpath volume.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure if this is intended behavior or not, but I tried to update a ConfigMap and I could not see that the ConfigMap was updated inside the container that target the configmap as a volume mount. The man page is a bit detailed on how the mapping is eventually updated so maybe this is expected behavior idk?
https://kubernetes.io/docs/concepts/configuration/configmap/#mounted-configmaps-are-updated-automatically
Environmental Info:
K3s Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Describe the bug:
Volume mounted configmap not updated on
kubectl apply -f cm.yaml
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions