From e27ab9a2c0333c08b1bdedb664353fd787a178b2 Mon Sep 17 00:00:00 2001 From: shucheng Date: Tue, 30 Oct 2018 14:42:40 +0800 Subject: [PATCH] update --- templates/clair/clair-dpl.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/clair/clair-dpl.yaml b/templates/clair/clair-dpl.yaml index 7b79856..bac97a0 100644 --- a/templates/clair/clair-dpl.yaml +++ b/templates/clair/clair-dpl.yaml @@ -29,7 +29,12 @@ spec: - name: clair-config mountPath: /etc/clair/config.yaml subPath: config.yaml + - name: etc-localtime + mountPath: /etc/localtime volumes: + - name: etc-localtime + hostPath: + path: /etc/localtime - name: clair-config configMap: name: "{{ template "harbor.fullname" . }}-clair" -- 2.26.0