vault-manager: run as non-root user

Use the docker image with default USER 'manager'.

Test Plan:
PASS: vault application sanity
PASS: the correct image is used
PASS: vault-manager processes are run as 'manager' user

Depends-on: I52aafcdc86eb0e043b033fe163b6a71942f5d53d

Change-Id: If9bc0fb4d0701e459ca4cc98a80d3542f7d6244d
Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
This commit is contained in:
Michel Thebeau 2024-07-22 13:14:17 +00:00
parent a700326eb0
commit c849a3bb3d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ server:
manager:
image:
repository: starlingx/stx-vault-manager
tag: stx.10.0-v1.29.6
tag: stx.10.0-v1.29.6-1
pullPolicy: IfNotPresent
chart: vault_0.6.0

View File

@ -7,7 +7,7 @@
manager:
image:
repository: starlingx/stx-vault-manager
tag: stx.10.0-v1.29.6
tag: stx.10.0-v1.29.6-1
tolerations: |
- key: "node-role.kubernetes.io/master"
operator: "Exists"