Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Remove description
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres authored Aug 17, 2018
1 parent c26169f commit bd25658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kafka-zookeeper.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ local crd = [
kind: "CustomResourceDefinition",
metadata: objectMeta.name("kafkatriggers.kubeless.io"),
spec: {group: "kubeless.io", version: "v1beta1", scope: "Namespaced", names: {plural: "kafkatriggers", singular: "kafkatrigger", kind: "KafkaTrigger"}},
description: "CRD object for Kafka trigger type",
},
];

Expand Down

0 comments on commit bd25658

Please sign in to comment.