Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Gross bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Crosby committed Mar 2, 2022
1 parent 3cee3d3 commit 70dadfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/src/cook/kubernetes/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@
(doto (V1VolumeMount.)
(.setName "kerberos-ticket-volume")
(.setMountPath "/var/secret")
(.readOnly(true)))
(.readOnly true))
]

; container
Expand Down

0 comments on commit 70dadfe

Please sign in to comment.