We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toSection
KafkaTopic
Whenever the KPOps mode is configured on Argo, the toSection should be manifested as Strimzi KafkaTopic CRD.
Argo
Example:
apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaTopic metadata: name: my-topic labels: strimzi.io/cluster: my-cluster spec: partitions: 1 replicas: 1 config: retention.ms: 7200000 segment.bytes: 1073741824
The text was updated successfully, but these errors were encountered:
Manifest toSection with Strimzi KafkaTopic (#545)
2071c1b
Closes #537
closed by #545
Sorry, something went wrong.
raminqaf
No branches or pull requests
Whenever the KPOps mode is configured on
Argo
, thetoSection
should be manifested as Strimzi KafkaTopic CRD.Example:
The text was updated successfully, but these errors were encountered: