X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Fappmgr%2Ftemplates%2Fdeployment.yaml;h=26ad883ad97f86cf178228b9c4612b2f9b8defd7;hb=refs%2Fchanges%2F47%2F2947%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..26ad883 100644 --- a/helm/appmgr/templates/deployment.yaml +++ b/helm/appmgr/templates/deployment.yaml @@ -86,18 +86,6 @@ spec: subPath: appmgr-tiller-secret-copier.sh {{- end }} containers: - - name: {{ include "common.containername.appmgr.chartmuseum" . }} - {{- $newctx := dict "ctx" $topCtx "defaultregistry" .Values.appmgr.image.chartmuseum.registry }} - 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 }} - envFrom: - - configMapRef: - name: {{ include "common.configmapname.appmgr" . }}-chartmuseum-env - ports: - - name: chartmuseum - containerPort: {{ include "common.serviceport.appmgr.chartmuseum.http" . }} - protocol: TCP - name: {{ include "common.containername.appmgr" . }} {{- $newctx := dict "ctx" $topCtx "defaultregistry" .Values.appmgr.image.appmgr.registry }} image: {{ include "common.dockerregistry.url" $newctx }}/{{ .Values.appmgr.image.appmgr.name }}:{{ .Values.appmgr.image.appmgr.tag }}