commit | c269b26842862037cec0fbe6b63247b4762b5835 | [log] [tgz] |
---|---|---|
author | Vijay Venkatesh Kumar <vv770d@att.com> | Tue Jun 29 13:49:15 2021 -0400 |
committer | Vijay Venkatesh Kumar <vv770d@att.com> | Thu Jul 15 15:24:08 2021 -0400 |
tree | f84c995feab1b89ebaf37384821dc369b7592383 | |
parent | cf5232aa2cd22ab4a06fcf5c0eb87e9cac883d45 [diff] |
[DCAE] Helm charts for Mapper/BBS-Ep/RESTConf Helm deployment support for DCAE transformation + Template fix for policy config (duration) Change-Id: Icf2c8d529d62207db3fedf31b0c4fc644ba2e744 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2706 Issue-ID: DCAEGEN2-2707 Issue-ID: DCAEGEN2-2709 Issue-ID: DCAEGEN2-2855 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
diff --git a/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl b/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl index 7c9073a..2d68b38 100644 --- a/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl +++ b/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl
@@ -407,7 +407,7 @@ {{- end -}} {{- if $policy.duration }} - name: POLICY_SYNC_DURATION - value: {{ $policy.duration }} + value: "{{ $policy.duration }}" {{- end }} resources: {{ include "common.resources" . | nindent 2 }} volumeMounts: