diff options
Diffstat (limited to 'kubernetes/aai/components/aai-resources/templates/aai-kafka-user.yml')
-rw-r--r-- | kubernetes/aai/components/aai-resources/templates/aai-kafka-user.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/aai/components/aai-resources/templates/aai-kafka-user.yml b/kubernetes/aai/components/aai-resources/templates/aai-kafka-user.yml index e4fa84a041..6b703e7cdd 100644 --- a/kubernetes/aai/components/aai-resources/templates/aai-kafka-user.yml +++ b/kubernetes/aai/components/aai-resources/templates/aai-kafka-user.yml @@ -28,4 +28,5 @@ spec: - resource: type: topic name: AAI-EVENT - operation: All
\ No newline at end of file + operations: + - All |