X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=kubernetes%2Fpolicy%2Ftemplates%2Fpolicy-kafka-topics.yaml;fp=kubernetes%2Fpolicy%2Ftemplates%2Fpolicy-kafka-topics.yaml;h=feb29f3b0c590ff918baf07ba9c0f9594f66d810;hp=a787b8b626274ffadcb3dacfcd81c603135915b9;hb=bd892a7d0709d0807a009f648eb8fcf283f79ba9;hpb=1eeb37b34517aecb0fdcef2e486188768b5ee513 diff --git a/kubernetes/policy/templates/policy-kafka-topics.yaml b/kubernetes/policy/templates/policy-kafka-topics.yaml index a787b8b626..feb29f3b0c 100644 --- a/kubernetes/policy/templates/policy-kafka-topics.yaml +++ b/kubernetes/policy/templates/policy-kafka-topics.yaml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. */}} -{{- if .Values.global.useStrimziKafkaPf }} + apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaTopic metadata: @@ -49,4 +49,3 @@ spec: config: retention.ms: {{ .Values.config.policyNotificationTopic.retentionMs }} segment.bytes: {{ .Values.config.policyNotificationTopic.segmentBytes }} -{{- end }}