Skip to content

Commit

Permalink
Merge pull request #1525 from dmwm/arooshap-patch-9
Browse files Browse the repository at this point in the history
Update auth-proxy-server.yaml and x509
  • Loading branch information
arooshap authored Jul 16, 2024
2 parents 0b5e1c0 + 519c200 commit 9623878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/cmsweb/daemonset/auth-proxy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 @@ -171,7 +171,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 9623878

Please sign in to comment.