From bb78dcec5d910920226f974a86b664445a85c68a Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Mon, 8 Jul 2024 13:38:31 +0200 Subject: [PATCH] Update files --- docs/docs/schema/defaults.json | 2 +- kpops/components/streams_bootstrap/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/schema/defaults.json b/docs/docs/schema/defaults.json index d5f479201..77ceed301 100644 --- a/docs/docs/schema/defaults.json +++ b/docs/docs/schema/defaults.json @@ -1345,7 +1345,7 @@ "$ref": "#/$defs/StreamsBootstrapValues" } ], - "description": "Streams bootstrap app values" + "description": "streams-bootstrap app values" }, "from": { "anyOf": [ diff --git a/kpops/components/streams_bootstrap/__init__.py b/kpops/components/streams_bootstrap/__init__.py index 88777a157..c6c329b85 100644 --- a/kpops/components/streams_bootstrap/__init__.py +++ b/kpops/components/streams_bootstrap/__init__.py @@ -45,7 +45,7 @@ class StreamsBootstrapValues(HelmAppValues): class StreamsBootstrap(HelmApp, ABC): """Base for components with a streams-bootstrap Helm chart. - :param app: Streams bootstrap app values + :param app: streams-bootstrap app values :param repo_config: Configuration of the Helm chart repo to be used for deploying the component, defaults to streams-bootstrap Helm repo :param version: Helm chart version, defaults to "2.9.0"