Skip to content

Commit

Permalink
Merge pull request #16 from ocadotechnology/add-in-volume
Browse files Browse the repository at this point in the history
fix: add in volume
  • Loading branch information
rubencabrera authored May 31, 2018
2 parents 891dce9 + 9c29d34 commit 57bde5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mirroroperator/registrymirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ def generate_stateful_set(self, stateful_set):
name="image-store",
mount_path="/var/lib/registry"
),
client.V1VolumeMount(
name=self.cert_name,
mount_path="/etc/ssl/certs",
read_only=True
),
client.V1VolumeMount(
name="tls",
mount_path="/etc/registry-certs",
Expand Down

0 comments on commit 57bde5c

Please sign in to comment.