Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ is to install it by using [Strimzi](https://strimzi.io).
```
1. Describe the size of your Apache Kafka installation in `kafka.yaml`, like:
```yaml
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
name: my-cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/kafka.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
name: my-cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The `KafkaSource` reads all the messages, from all partitions, and sends those m
- Replicas

```yaml
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: knative-demo-topic
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/source/kafka-topic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: knative-demo-topic
Expand Down