Commit 90230f0 1 parent 94601c0 commit 90230f0 Copy full SHA for 90230f0
File tree 1 file changed +8
-2
lines changed
kubernetes/cmsweb/daemonset
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,10 @@ spec:
111
111
mountPath : /etc/grid-security/hostkey.pem
112
112
- name : token-secrets
113
113
mountPath : /etc/token
114
- readOnly : true
114
+ readOnly : true
115
+ - mountPath : /host/etc/grid-security
116
+ name : etc-grid-security
117
+ readOnly : true
115
118
# PROD# - name: logs
116
119
# PROD# mountPath: /data/srv/logs/frontend
117
120
# PROD# - name: filebeat-cephfs
@@ -170,7 +173,10 @@ spec:
170
173
path : /etc/grid-security/hostkey.pem
171
174
- name : token-secrets
172
175
secret :
173
- secretName : token-secrets
176
+ secretName : token-secrets
177
+ - name : etc-grid-security
178
+ hostPath :
179
+ path : /etc/grid-security
174
180
# PROD#- name: varlog
175
181
# PROD# hostPath:
176
182
# PROD# path: /var/log
You can’t perform that action at this time.
0 commit comments