Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Open
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
26 changes: 26 additions & 0 deletions definitions/strimzi-kafka-operator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Strimzi Kafka Operator

This [Fabrikate](https://github.com/microsoft/fabrikate) definition generates the Kubernetes resource manifests for [Strimzi Kafka Operator](https://github.com/strimzi/strimzi-kafka-operator).

## Usage

Add the following to your component.yaml:

```yaml
subcomponents:
- name: "strimzi-kafka-operator"
type: "helm"
path: "strimzi-kafka-operator"
method: "helm"
source: "http://strimzi.io/charts/"
```

You can apply the operator to watch a specific namespace instead of the default namespace by including the following configuration if your fabrikate config yaml (e.g. common.yaml).

```yaml
config:
subcomponents:
kafka:
namespace: "kafka"
injectNamespace: true
```