diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-17 12:19:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-17 12:19:36 +0000 |
commit | 0b14ba4a20a879ef6b94ae5db64fa08354d2f648 (patch) | |
tree | 633312190991cace32681659fd79cf79b4929e2a /kubernetes/onap/values.yaml | |
parent | 4bb27938dbb6641827ef8f09b8beae278d400129 (diff) | |
parent | 818ee5da4b1a207475dfee9956a1d9cf777e5347 (diff) |
Merge "Add A1 Policy Management Service helm charts"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 9928e93445..2b18288ea3 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2019 Amdocs, Bell Canada +# Copyright (c) 2020 Nordix Foundation, Modifications # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -307,3 +308,5 @@ vnfsdk: enabled: false modeling: enabled: false +a1policymanagement: + enabled: false |