[zh-cn] resync examples/debug/YAMLs

This commit is contained in:
Michael
2022-06-26 00:30:05 +08:00
parent 4135f1ec3e
commit a7ba8fafc9
2 changed files with 16 additions and 17 deletions
@@ -37,13 +37,13 @@ spec:
- name: log
mountPath: /log
readOnly: true
- name: config # Overwrite the config/ directory with ConfigMap volume
- name: config # 使用 ConfigMap 卷中的数据覆盖 config/ 目录内容
mountPath: /config
readOnly: true
volumes:
- name: log
hostPath:
path: /var/log/
- name: config # Define ConfigMap volume
- name: config # 定义 ConfigMap
configMap:
name: node-problem-detector-config