diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-03 23:11:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-03 23:11:48 +0000 |
commit | bd49e72ac488734ea69861e55520a231d6628122 (patch) | |
tree | 0bdcdd7fc857b11e60426a09000973319189a787 /kubernetes/onap | |
parent | 1f3834edb12b81c85e452c16cccd249fc084dcea (diff) | |
parent | 7896cf270efe0dbbf0aff8ced88aaffa7a5ebf15 (diff) |
Merge "[COMMON] Faster aafConfig template"
Diffstat (limited to 'kubernetes/onap')
-rwxr-xr-x | kubernetes/onap/values.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 4d69b9d3cb..40275a5696 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -71,8 +71,10 @@ global: tls: true # Disabling AAF - # POC Mode, don't use it in production + # POC Mode, only for use in development environment + # Keep it enabled in production aafEnabled: true + aafAgentImage: onap/aaf/aaf_agent:2.1.20 # TLS # Set to false if you want to disable TLS for NodePorts. Be aware that this |