From: dengyh Date: Mon, 13 Jul 2020 06:30:34 +0000 (+0800) Subject: [MODELING]Modify the owner of static directory to onap instead of root X-Git-Tag: 7.0.0~346^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=b10568250ec08e0e1aac46d00d0a401513e787ff [MODELING]Modify the owner of static directory to onap instead of root Issue-ID: MODELING-390 Change-Id: I0ee220f9a86765af7c1b7b1292a338ba13ae8988 Signed-off-by: dengyh --- diff --git a/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml b/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml index f294abf14e..0c1ba300bb 100644 --- a/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml +++ b/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml @@ -47,6 +47,16 @@ spec: image: "{{ .Values.global.readinessRepository }}/{{ .Values.global.readinessImage }}" imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} name: {{ include "common.name" . }}-readiness + - command: + - /bin/sh + - -c + - chown -R 1000:1000 /service/modeling/etsicatalog/static + image: "{{ include "common.repository" . }}/{{ .Values.initImage }}" + imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} + name: {{ include "common.name" . }}-init + volumeMounts: + - name: {{ include "common.fullname" . }}-etsicatalog + mountPath: /service/modeling/etsicatalog/static containers: - name: {{ include "common.name" . }} command: diff --git a/kubernetes/modeling/charts/modeling-etsicatalog/values.yaml b/kubernetes/modeling/charts/modeling-etsicatalog/values.yaml index 30ca493775..01747957e3 100644 --- a/kubernetes/modeling/charts/modeling-etsicatalog/values.yaml +++ b/kubernetes/modeling/charts/modeling-etsicatalog/values.yaml @@ -63,6 +63,7 @@ flavor: small repository: nexus3.onap.org:10001 image: onap/modeling/etsicatalog:1.0.6 +initImage: busybox:latest pullPolicy: Always #Istio sidecar injection policy