diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-09-22 18:43:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-22 18:43:31 +0000 |
commit | 8490b3b3da28d1d0622271fa8208f73278c9c1e9 (patch) | |
tree | 0d7e2ad55337cbd557c7e9413f1fd61bcb4b0917 /kubernetes/policy/components/policy-pap/values.yaml | |
parent | 740cb1c679b52e3d4597c1211ff9b0a02bde84d4 (diff) | |
parent | b402a59cd21c5df6e01efdbdc5cb8d21eef40c0e (diff) |
Merge "[POLICY] Update strimzi config in policy helm charts"
Diffstat (limited to 'kubernetes/policy/components/policy-pap/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-pap/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-pap/values.yaml b/kubernetes/policy/components/policy-pap/values.yaml index 2c240d2347..a5d6cdece8 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -2,6 +2,7 @@ # Copyright (C) 2019 Nordix Foundation. # Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. # Modifications Copyright (C) 2020-2022 Bell Canada. All rights reserved. +# Modifications Copyright © 2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -211,7 +212,7 @@ config: kafkaBootstrap: strimzi-kafka-bootstrap kafka: consumer: - groupId: poicy-group + groupId: policy-group app: listener: policyPdpPapTopic: policy-pdp-pap |