X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F15-Chartmuseum%2Fhelm%2Fchartmuseum%2Ftemplates%2Fdeployment.yaml;h=faee6f3777e3dba2b7beaf8b6a02b6e37bdc62fc;hb=94c2d5d12d92abefa2ed0d85ed3e7f8b5bc7ed71;hp=c283c19d93bd97072e9f2cbe6d8c104b15d1a262;hpb=b361b2091909dc2e77d4d172b95c210f8b1b2abb;p=it%2Fdep.git diff --git a/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/deployment.yaml b/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/deployment.yaml index c283c19d..faee6f37 100644 --- a/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/deployment.yaml +++ b/ric-infra/15-Chartmuseum/helm/chartmuseum/templates/deployment.yaml @@ -36,6 +36,9 @@ spec: app: {{ include "common.namespace.infra" . }}-{{ include "common.name.chartmuseum" . }} release: {{ .Release.Name }} spec: + securityContext: + fsGroup: 0 + runAsUser: 0 hostname: {{ .Chart.Name }} imagePullSecrets: - name: {{ include "common.repositoryCred" . }}