Skip to content

Commit

Permalink
Improve the service-certificate test (#324)
Browse files Browse the repository at this point in the history
Add checks for the TLS_DIR env var and the
certificate volume mount
  • Loading branch information
idlewis committed Jan 25, 2022
1 parent 279cdb0 commit 07c6454
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ status:
spec:
template:
spec:
containers:
- env:
- name: TLS_DIR
value: /etc/x509/certs
volumeMounts:
- name: svc-certificate
mountPath: /etc/x509/certs
readOnly: true
volumes:
- name: svc-certificate
secret:
Expand Down

0 comments on commit 07c6454

Please sign in to comment.