We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c09e9 commit 3524821Copy full SHA for 3524821
1 file changed
addons/tidb/templates/cmpd-tidb.yaml
@@ -82,18 +82,6 @@ spec:
82
mountPath: /var/log/tidb
83
- name: config
84
mountPath: /etc/tidb
85
- - name: slowlog
86
- imagePullPolicy: IfNotPresent
87
- command:
88
- - bin/sh
89
- - -c
90
- - |
91
- echo "start slowlog..."
92
- touch /var/log/tidb/slowlog
93
- tail -n0 -F /var/log/tidb/slowlog;
94
- volumeMounts:
95
96
- mountPath: /var/log/tidb
97
volumes:
98
- name: slowlog
99
emptyDir: {}
0 commit comments