-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: helm-chart-1.0.4
-
Fix Version/s: helm-chart-1.0.5
-
Component/s: Deployment
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #84
-
Story Points:2
The ARender helm chart allows to deploy either the Viewer or the Rendition stack, this allows to share the rendition stack among several and different viewer.
While deploying only the viewer is working as expected, this is not possible to do so with the rendition. When trying to do so we get this error:
Error: INSTALLATION FAILED: template: nuxeo-enhanced-viewer/templates/configmap-viewer-nuxeo.yaml:4:11: executing "nuxeo-enhanced-viewer/templates/configmap-viewer-nuxeo.yaml" at <include "call-nested" (list . "arender.viewer" "viewer.fullname")>: error calling include: template: nuxeo-enhanced-viewer/templates/_helpers.tpl:12:4: executing "call-nested" at <include $template (dict "Chart" (dict "Name" (last $subchart) "AppVersion" $dot.Chart.AppVersion "Version" $dot.Chart.Version) "Values" $values "Release" $dot.Release "Capabilities" $dot.Capabilities)>: error calling include: template: no template "viewer.fullname" associated with template "gotpl"
To get this error, the viewer deployment is disabled and the rendition deployment is enabled like below:
arender: rendition: enabled: true .... viewer: enabled: false ....