X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-registry.git;a=blobdiff_plain;f=ansible%2Froles%2Fregistry%2Ftemplates%2Fupdate%2Fdocker-registry-update.yml;h=483d6e9e34c32346d4b699cc0304062e6b4fbd1b;hp=39b0ce9800e613b9d52209f53763e97a33306048;hb=499265d96fbb94b034c292a4a1727f3f68941ba5;hpb=c6a8376d066ec907dbd9cb7aa65b54219f137c9c diff --git a/ansible/roles/registry/templates/update/docker-registry-update.yml b/ansible/roles/registry/templates/update/docker-registry-update.yml index 39b0ce9..483d6e9 100644 --- a/ansible/roles/registry/templates/update/docker-registry-update.yml +++ b/ansible/roles/registry/templates/update/docker-registry-update.yml @@ -51,6 +51,9 @@ spec: - name: REGISTRY_CONFIG value: /etc/docker-registry/docker-registry-update-config.yml volumeMounts: + - name: time-mount + mountPath: /etc/localtime + readOnly: true - name: config mountPath: /etc/docker-registry/ readOnly: true @@ -60,6 +63,9 @@ spec: mountPath: /etc/ssl/certs/ readOnly: true volumes: + - name: time-mount + hostPath: + path: /etc/localtime - name: config hostPath: path: /etc/docker-update-registry/