Skip to content

Commit

Permalink
Merge pull request #1526 from dmwm/arooshap-patch-10
Browse files Browse the repository at this point in the history
Update x509-proxy-server.yaml
  • Loading branch information
arooshap authored Jul 16, 2024
2 parents 90230f0 + 77611e8 commit 0b5e1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/cmsweb/daemonset/x509-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- name: token-secrets
mountPath: /etc/token
readOnly: true
- mountPath: /host/etc/grid-security
- mountPath: /etc/grid-security/certificates
name: etc-grid-security
readOnly: true
#PROD# - name: logs
Expand Down Expand Up @@ -176,7 +176,7 @@ spec:
secretName: token-secrets
- name: etc-grid-security
hostPath:
path: /etc/grid-security
path: /etc/grid-security/certificates
#PROD#- name: varlog
#PROD# hostPath:
#PROD# path: /var/log
Expand Down

0 comments on commit 0b5e1c0

Please sign in to comment.