Skip to content

Commit 90230f0

Browse files
authored
Update x509-proxy-server.yaml
1 parent 94601c0 commit 90230f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

kubernetes/cmsweb/daemonset/x509-proxy-server.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ spec:
111111
mountPath: /etc/grid-security/hostkey.pem
112112
- name: token-secrets
113113
mountPath: /etc/token
114-
readOnly: true
114+
readOnly: true
115+
- mountPath: /host/etc/grid-security
116+
name: etc-grid-security
117+
readOnly: true
115118
#PROD# - name: logs
116119
#PROD# mountPath: /data/srv/logs/frontend
117120
#PROD# - name: filebeat-cephfs
@@ -170,7 +173,10 @@ spec:
170173
path: /etc/grid-security/hostkey.pem
171174
- name: token-secrets
172175
secret:
173-
secretName: token-secrets
176+
secretName: token-secrets
177+
- name: etc-grid-security
178+
hostPath:
179+
path: /etc/grid-security
174180
#PROD#- name: varlog
175181
#PROD# hostPath:
176182
#PROD# path: /var/log

0 commit comments

Comments
 (0)