aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/repositoryGenerator/templates/_repository.tpl
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-04-15 12:21:36 -0400
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-30 20:44:12 +0000
commite8c5c68a932eb38b2d9f8ef8160ccffdc7a00a89 (patch)
tree149cdd1326eda1663b9f0cf8a04ae9f7163ab29f /kubernetes/common/repositoryGenerator/templates/_repository.tpl
parent4771557857e85796bff56d0e1343571fce378cc6 (diff)
[DCAE] Common template update for policy sidecar
Template enhanced to include policy sidecar support for DCAE components Issue-ID: DCAEGEN2-2689 Change-Id: Ida7eeadbcc2df2af9579fdda939d0427a7963b63 Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'kubernetes/common/repositoryGenerator/templates/_repository.tpl')
-rw-r--r--kubernetes/common/repositoryGenerator/templates/_repository.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/common/repositoryGenerator/templates/_repository.tpl b/kubernetes/common/repositoryGenerator/templates/_repository.tpl
index a6b434f43a..91f21ab0c9 100644
--- a/kubernetes/common/repositoryGenerator/templates/_repository.tpl
+++ b/kubernetes/common/repositoryGenerator/templates/_repository.tpl
@@ -1,5 +1,6 @@
{{/*
# Copyright © 2017 Amdocs, Bell Canada
+# Copyright © 2021 AT&T
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -86,6 +87,10 @@
{{- include "repositoryGenerator.image._helper" (merge (dict "image" "certServiceClientImage") .) }}
{{- end -}}
+{{- define "repositoryGenerator.image.dcaepolicysync" -}}
+ {{- include "repositoryGenerator.image._helper" (merge (dict "image" "dcaePolicySyncImage") .) }}
+{{- end -}}
+
{{- define "repositoryGenerator.image.envsubst" -}}
{{- include "repositoryGenerator.image._helper" (merge (dict "image" "envsubstImage") .) }}
{{- end -}}