Skip to content

Commit

Permalink
Improve HelmApp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Oct 12, 2023
1 parent c5042b2 commit 579edcd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Kubernetes apps managed through Helm with an associated Helm chart
# Kubernetes app managed through Helm with an associated Helm chart
- type: helm-app
name: helm-app # required
2 changes: 1 addition & 1 deletion docs/docs/resources/pipeline-components/helm-app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes apps managed through Helm with an associated Helm chart
# Kubernetes app managed through Helm with an associated Helm chart
- type: helm-app
name: helm-app # required
# Pipeline prefix that will prefix every component name. If you wish to not
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/resources/pipeline-components/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes apps managed through Helm with an associated Helm chart
# Kubernetes app managed through Helm with an associated Helm chart
- type: helm-app
name: helm-app # required
# Pipeline prefix that will prefix every component name. If you wish to not
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes apps managed through Helm with an associated Helm chart
# Kubernetes app managed through Helm with an associated Helm chart
#
# Parent of: KafkaApp
# Child of: KubernetesApp
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/resources/pipeline-defaults/defaults.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes apps managed through Helm with an associated Helm chart
# Kubernetes app managed through Helm with an associated Helm chart
#
# Parent of: KafkaApp
# Child of: KubernetesApp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kubernetes apps managed through Helm with an associated Helm chart
# Kubernetes app managed through Helm with an associated Helm chart
#
# Parent of: KafkaApp
# Child of: KubernetesApp
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"type": "object"
},
"HelmApp": {
"description": "Kubernetes apps managed through Helm with an associated Helm chart.",
"description": "Kubernetes app managed through Helm with an associated Helm chart.",
"properties": {
"app": {
"allOf": [
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"type": {
"default": "helm-app",
"description": "Kubernetes apps managed through Helm with an associated Helm chart.",
"description": "Kubernetes app managed through Helm with an associated Helm chart.",
"enum": [
"helm-app"
],
Expand Down
2 changes: 1 addition & 1 deletion kpops/components/base_components/helm_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


class HelmApp(KubernetesApp):
"""Kubernetes apps managed through Helm with an associated Helm chart.
"""Kubernetes app managed through Helm with an associated Helm chart.
:param repo_config: Configuration of the Helm chart repo to be used for
deploying the component, defaults to None this means that the command "helm repo add" is not called and Helm
Expand Down

0 comments on commit 579edcd

Please sign in to comment.