configMap 如何映射文件到已存在目录呢

查看 66|回复 2
作者:wtfedc   
比如我有个目录/dir ,里边已经有文件 a.txt,b.txt 。
想用 configMap 把 c.txt,d.txt ,也映射到/dir ,但是不覆盖掉 a.txt,b.txt 。
我尝试了把 c.txt,d.txt 放到一个 configMap 中,映射到/dir 时,发现只有 c.txt,d.txt ,其他文件都丢失了。
又尝试了分开放在两个 configMap 中,分别映射到/dir/c.txt,/dir/d.txt ,结果 c.txt ,d.txt 成了目录格式。

txt, dir, configmap, 映射

fengxsong   
configured with `subPath`
wtfedc
OP
  
@fengxsong chatGPT 给了这个响应,但是前后矛盾。它后边的回答是这样:
```
Apologies for the confusion. You are right; using the subPath field in the volumeMounts will override the entire directory in the container with the contents of the ConfigMap, which is not the behavior we want.
```
您需要登录后才可以回帖 登录 | 立即注册

返回顶部