X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fric-common%2Ftemplates%2F_helm_credential_name.tpl;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fric%2Fvalues.yaml;h=cac7f1f51d9377a1a609d71764be15436dadfde6;hb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;hp=aea172efe1413b4061cfef385dfb4847db39bf2d;hpb=d32ff1f486548b1a6123761055c2757c5762904f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/ric/values.yaml b/ric-common/Common-Template/helm/ric-common/templates/_helm_credential_name.tpl similarity index 88% rename from ric-platform/50-RIC-Platform/helm/ric/values.yaml rename to ric-common/Common-Template/helm/ric-common/templates/_helm_credential_name.tpl index aea172ef..cac7f1f5 100644 --- a/ric-platform/50-RIC-Platform/helm/ric/values.yaml +++ b/ric-common/Common-Template/helm/ric-common/templates/_helm_credential_name.tpl @@ -15,14 +15,13 @@ # limitations under the License. # ################################################################################ -# Enable/disable helm charts for RIC deployment -dbaas: - enabled: true -e2mgr: - enabled: true -rtmgr: - enabled: true -e2term: - enabled: true -appmgr: - enabled: true + + + +{{- define "common.helmcred.prefix" -}} + {{- printf "secret-helm" -}} +{{- end -}} + +{{- define "common.helmcert.prefix" -}} + {{- printf "configmap-helm" -}} +{{- end -}}