commit | 1e3ae5560cb46f5cef68dd25d5b57d4b8250d8e4 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Tue Mar 24 03:27:13 2020 +0100 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Wed Mar 25 23:45:12 2020 +0100 |
tree | c4d21bf7050981e19801834fa5e9eaee72d6f95e | |
parent | 78942175bc10ad05bd7b2005accaa9ea78a0cdb8 [diff] [blame] |
[DCAEMOD] Use faster version of common secret template Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I0b497c942fed2d7f2e218b3879117ac272828d73
diff --git a/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml b/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml index dee311c..bd7eb8e 100644 --- a/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml +++ b/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml
@@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -{{ include "common.secret" . }} +{{ include "common.secretFast" . }}