diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2019-01-15 13:58:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-15 13:58:58 +0000 |
commit | 09688962459913e87eb2585d51f1b497de2ed959 (patch) | |
tree | 087c4e90b544a8db027a126c083887fdb3c82441 /kubernetes/aai/charts | |
parent | 37936145964dffcbee61c006f3fee5a65fbc83bf (diff) | |
parent | 6550bc6a697dbde7b79f7a3debb53efb796709d3 (diff) |
Merge "Update the create db schema job to properly fail" into casablanca
Diffstat (limited to 'kubernetes/aai/charts')
-rw-r--r-- | kubernetes/aai/charts/aai-graphadmin/values.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-graphadmin/values.yaml b/kubernetes/aai/charts/aai-graphadmin/values.yaml index 3b893194e4..70c3698840 100644 --- a/kubernetes/aai/charts/aai-graphadmin/values.yaml +++ b/kubernetes/aai/charts/aai-graphadmin/values.yaml @@ -28,7 +28,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/aai-graphadmin:1.0.1 +image: onap/aai-graphadmin:1.0.3 pullPolicy: Always restartPolicy: Always flavor: small @@ -38,6 +38,9 @@ replicaCount: 1 # Configuration for the graphadmin deployment config: + groupId: 1000 + userId: 1000 + # Specifies the timeout limit for the REST API requests timeout: enabled: true |