X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fappmgr%2Ftemplates%2Fdeployment.yaml;h=1b1921100a6204a82d52a0f69d10d1a698a6f10e;hb=refs%2Fchanges%2F74%2F2374%2F2;hp=c3383aa1d22853daa698a6e8ad683b9ba539e98c;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/appmgr/templates/deployment.yaml b/helm/appmgr/templates/deployment.yaml index c3383aa..1b19211 100644 --- a/helm/appmgr/templates/deployment.yaml +++ b/helm/appmgr/templates/deployment.yaml @@ -91,6 +91,9 @@ spec: image: {{ include "common.dockerregistry.url" $newctx }}/{{ .Values.appmgr.image.chartmuseum.name }}:{{ .Values.appmgr.image.chartmuseum.tag }} {{- $newctx := dict "ctx" $topCtx "defaultpullpolicy" .Values.appmgr.imagePullPolicy }} imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $newctx }} + securityContext: + fsGroup: 0 + runAsUser: 0 envFrom: - configMapRef: name: {{ include "common.configmapname.appmgr" . }}-chartmuseum-env