summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/values.yaml
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2022-04-07 14:20:36 +0000
committerGerrit Code Review <gerrit@onap.org>2022-04-07 14:20:36 +0000
commitd719ef17926ee176461304123f3948a3c9e95845 (patch)
treeb8c2fc4a6730ba5261df823a22ecc54946af7010 /kubernetes/robot/values.yaml
parent80ecc51e71a0734fff065f4f823144755acd0a3b (diff)
parent6c6269db506ac65b909a74976a7711739500d0b0 (diff)
Merge "[ROBOT] Adopt robot test cases to helm based deployment"
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r--kubernetes/robot/values.yaml6
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