diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-03-25 11:51:18 +0100 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-03-29 10:23:09 +0000 |
commit | 6c6269db506ac65b909a74976a7711739500d0b0 (patch) | |
tree | ebd5657b7dcd2b1f00534caf18d29d67eea69bf8 /kubernetes/robot/values.yaml | |
parent | 0e55ea53b1886df5847f4838fb840b668b4acb1f (diff) |
[ROBOT] Adopt robot test cases to helm based deployment
Adopt robot cases to helm based deployment
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: INT-1895
Change-Id: I20594ae0734f3b5a3222fe38c625a4f40c31ff29
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r-- | kubernetes/robot/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml index b057fc7304..7bba71fe0b 100644 --- a/kubernetes/robot/values.yaml +++ b/kubernetes/robot/values.yaml @@ -462,3 +462,9 @@ persistence: size: 2Gi mountPath: /dockerdata-nfs mountSubPath: robot/logs + +#Pods Service Account +serviceAccount: + nameOverride: robot + roles: + - read
\ No newline at end of file |