Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jul 8, 2024
1 parent 4cd941b commit bb78dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@
"$ref": "#/$defs/StreamsBootstrapValues"
}
],
"description": "Streams bootstrap app values"
"description": "streams-bootstrap app values"
},
"from": {
"anyOf": [
Expand Down
2 changes: 1 addition & 1 deletion kpops/components/streams_bootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb78dce

Please sign in to comment.