Merge "[SO] Update the pods for cnf-adapter for the latest issues"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 11 Oct 2021 05:49:41 +0000 (05:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 Oct 2021 05:49:41 +0000 (05:49 +0000)
kubernetes/so/components/so-cnf-adapter/resources/config/overrides/override.yaml
kubernetes/so/components/so-cnf-adapter/values.yaml

index 9226434..c99465b 100755 (executable)
@@ -17,6 +17,7 @@
 aai:
   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.server.aai.auth ) }}
   endpoint: https://aai.{{ include "common.namespace" . }}:8443
+  enabled: {{ .Values.global.aai.enabled }}
 logging:
   path: logs
 spring:
index f3d53c9..b7e8dd9 100755 (executable)
@@ -26,6 +26,8 @@ global:
   aaf:
     auth:
       header: ${AAF_AUTH}
+  aai:
+    enabled: true
 #################################################################
 # Secrets metaconfig
 #################################################################
@@ -74,7 +76,7 @@ secrets:
 #################################################################
 # Application configuration defaults.
 #################################################################
-image: onap/so/so-cnf-adapter:1.8.3
+image: onap/so/so-cnf-adapter:1.9.1
 pullPolicy: Always
 
 readinessCheck: