Fix Collection Service Helm charts package
[demo.git] / vnfs / DAaaS / kafka-config / templates / topic.yaml
1 apiVersion: kafka.strimzi.io/v1alpha1
2 kind: KafkaTopic
3 metadata:
4   name: {{ .Values.topic.name }}
5   labels:
6     strimzi.io/cluster: {{ .Values.topic.cluster }}
7   annotations:
8     "helm.sh/hook": "post-install"  
9 spec:
10   partitions: {{ .Values.topic.partitions }}
11   replicas: {{ .Values.topic.replicas }}