Merge "[AAI] Update the aai keystore with the newly generated cert"
[oom.git] / kubernetes / so / components / so-sdnc-adapter / values.yaml
index 7df53dc..d087b15 100755 (executable)
@@ -72,7 +72,7 @@ secrets:
 #################################################################
 # Application configuration defaults.
 #################################################################
-image: onap/so/sdnc-adapter:1.7.11
+image: onap/so/sdnc-adapter:1.9.2
 pullPolicy: Always
 
 org:
@@ -162,3 +162,14 @@ ingress:
 nodeSelector: {}
 tolerations: []
 affinity: {}
+
+#Pods Service Account
+serviceAccount:
+  nameOverride: so-sdnc-adapter
+  roles:
+    - read
+
+#Logs configuration
+log:
+  path: /var/log/onap
+logConfigMapNamePrefix: '{{ include "common.fullname" . }}'