Skip to content

Commit

Permalink
Improve the service-certificate test
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 14, 2022
1 parent bec10e4 commit ac67d5b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ status:
spec:
template:
spec:
containers:
- env:
- name: TLS_DIR
value: /etc/x509/certs
volumeMounts:
- name: svc-certificate
mountPath: /etc/x509/certs
volumes:
- name: svc-certificate
secret:
Expand Down

0 comments on commit ac67d5b

Please sign in to comment.