New version of the common template. It unifies the naming convention between platform...
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _helm_credential_name.tpl
 #   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 -}}