[COMMON] New templates to handle repositories
[oom.git] / kubernetes / common / common / templates / _repository.tpl
index e054b57..0316ae7 100644 (file)
@@ -15,6 +15,8 @@
 */}}
 
 {{/*
+  /!\ DEPRECATED /!\
+  Will be removed when transition to "repositoryGenerator" is finished.
   Resolve the name of the common image repository.
   The value for .Values.repository is used by default,
   unless either override mechanism is used.
@@ -28,4 +30,4 @@
   {{else}}
     {{- default .Values.repository .Values.global.repository -}}
   {{end}}
-{{- end -}}
\ No newline at end of file
+{{- end -}}