Skip to content

Commit

Permalink
Update auth-proxy-server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Jul 18, 2024
1 parent 70963a0 commit 17f07fc
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 @@ -105,7 +105,7 @@ spec:
- name: token-secrets
mountPath: /etc/token
readOnly: true
- mountPath: /etc/grid-security/certificates
- mountPath: /host/etc/grid-security
name: etc-grid-security
readOnly: true
- name: hostcert
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
secretName: token-secrets
- name: etc-grid-security
hostPath:
path: /etc/grid-security/certificates
path: /etc/grid-security
- name: hostcert
hostPath:
path: /etc/grid-security/hostcert.pem
Expand Down

0 comments on commit 17f07fc

Please sign in to comment.