X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fappconfig.yaml;h=0ed87d49936ee3e8e89688804ce46c14624298b3;hb=7f1e409379856025977fc8a6ea04ddb215f21a13;hp=0985e505873fa9a6c82905928f9ac9473baea6ea;hpb=fc4f466d6a05466097cdcfff1990e732c3b288b0;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/appconfig.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/appconfig.yaml index 0985e505..0ed87d49 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/appconfig.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/appconfig.yaml @@ -20,9 +20,9 @@ kind: ConfigMap metadata: name: {{ include "appmgr.fullname" . }}-appconfig data: - {{- $restport := default ":8080" (printf ":%.0f" .Values.containerPort) | quote -}} + {{- $restport := default ":8080" (printf ":%.0f" .Values.appmgr.containerPort) | quote -}} {{- $helmrepo := include "common.helmrepository" . | quote -}} - {{- $reponame := default "helm-repo" .Values.reponame | quote -}} + {{- $reponame := default "helm-repo" .Values.appmgr.reponame | quote -}} {{- $tiller := include "common.helmrepositorytiller" . | quote -}} {{- $tillernamespace := include "common.helmrepositorytillernamespace" . | quote -}} {{- $tillerport := include "common.helmrepositorytillerport" . | quote -}}