Skip to content

Commit

Permalink
Fix typo in volumeMounts name
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 18, 2024
1 parent 529e02b commit f1ac3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nhi-scout/examples/custom_certificates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ volumes:
secretName: my-custom-certificates

volumeMounts:
- name: my-custom-certificate
- name: my-custom-certificates
mountPath: /etc/ssl/certs/my-custom-certificates/
readOnly: true

Expand Down

0 comments on commit f1ac3ae

Please sign in to comment.