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
19 changes: 19 additions & 0 deletions deploy/helm/kafka-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{{ .Chart.Name }} {{ .Chart.AppVersion }} is installed in namespace {{ .Release.Namespace }}.

This installs the Stackable operator for Apache Kafka only.

Find more information in our documentation:

* https://docs.stackable.tech/home/stable/kafka/
* https://hub.stackable.tech/components/kafka
{{ if .Values.maintenance.customResourceDefinitions.maintain }}
The operator installs and updates its own CustomResourceDefinitions when it starts, so the chart
does not ship them. They appear shortly after the pod becomes ready.
{{- else }}
WARNING: maintenance.customResourceDefinitions.maintain is false, so this operator will not install
its CustomResourceDefinitions and the chart does not ship them either. Apply them yourself before
creating any resources managed by this operator, otherwise the API server will reject them.
{{- end }}

Learn more at https://stackable.tech
Thank you for using Stackable!
Loading
Loading