[COMMON] Use proper format specifiers to printf masterPassword 31/112031/9
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 2 Sep 2020 08:18:24 +0000 (10:18 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 13 Apr 2021 15:30:46 +0000 (15:30 +0000)
commit9f7a655f998f3e02e80c665bbbd9d7469dca850f
tree5e683afac54935a2c656bb969ad46c756265b783
parent51a3229247fe40fcc5bd63bd3b673e216b6e37ee
[COMMON] Use proper format specifiers to printf masterPassword

%s should be used instead of %d to printf strings.
Even though with %d everything works perfectly fine (as we just need
any string) let's fix this.

Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I338c47b0f2a82c698c44579737f698b1f19ade38
kubernetes/common/common/templates/_createPassword.tpl