diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-07-20 06:38:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-20 06:38:02 +0000 |
commit | b0e08cb1d904cc28839e05e99ac19ef318db3b28 (patch) | |
tree | 641a6b84a99d5acf7372bcdaaa116f8c5b32b16e /kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl | |
parent | 7d85f3f93b7189f83a2e573431698ae75ebcddab (diff) | |
parent | c269b26842862037cec0fbe6b63247b4762b5835 (diff) |
Merge "[DCAE] Helm charts for Mapper/BBS-Ep/RESTConf"
Diffstat (limited to 'kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl')
-rw-r--r-- | kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 7c9073a537..2d68b38771 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 @@ spec: {{- end -}} {{- if $policy.duration }} - name: POLICY_SYNC_DURATION - value: {{ $policy.duration }} + value: "{{ $policy.duration }}" {{- end }} resources: {{ include "common.resources" . | nindent 2 }} volumeMounts: |