diff --git a/docs/docs/resources/pipeline-components/headers/helm-app.yaml b/docs/docs/resources/pipeline-components/headers/helm-app.yaml index c72ea1403..2c8bf9fea 100644 --- a/docs/docs/resources/pipeline-components/headers/helm-app.yaml +++ b/docs/docs/resources/pipeline-components/headers/helm-app.yaml @@ -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 diff --git a/docs/docs/resources/pipeline-components/helm-app.yaml b/docs/docs/resources/pipeline-components/helm-app.yaml index 9e5b7d6ff..8f0a59c86 100644 --- a/docs/docs/resources/pipeline-components/helm-app.yaml +++ b/docs/docs/resources/pipeline-components/helm-app.yaml @@ -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 diff --git a/docs/docs/resources/pipeline-components/pipeline.yaml b/docs/docs/resources/pipeline-components/pipeline.yaml index e5778fa51..1c6350fbc 100644 --- a/docs/docs/resources/pipeline-components/pipeline.yaml +++ b/docs/docs/resources/pipeline-components/pipeline.yaml @@ -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 diff --git a/docs/docs/resources/pipeline-defaults/defaults-helm-app.yaml b/docs/docs/resources/pipeline-defaults/defaults-helm-app.yaml index ce18ad8f4..d08200203 100644 --- a/docs/docs/resources/pipeline-defaults/defaults-helm-app.yaml +++ b/docs/docs/resources/pipeline-defaults/defaults-helm-app.yaml @@ -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 diff --git a/docs/docs/resources/pipeline-defaults/defaults.yaml b/docs/docs/resources/pipeline-defaults/defaults.yaml index b1e3b7942..58b22d3f3 100644 --- a/docs/docs/resources/pipeline-defaults/defaults.yaml +++ b/docs/docs/resources/pipeline-defaults/defaults.yaml @@ -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 diff --git a/docs/docs/resources/pipeline-defaults/headers/defaults-helm-app.yaml b/docs/docs/resources/pipeline-defaults/headers/defaults-helm-app.yaml index 9d356a86a..bbc3b5622 100644 --- a/docs/docs/resources/pipeline-defaults/headers/defaults-helm-app.yaml +++ b/docs/docs/resources/pipeline-defaults/headers/defaults-helm-app.yaml @@ -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 diff --git a/docs/docs/schema/pipeline.json b/docs/docs/schema/pipeline.json index aba8e2037..2fe9aeeac 100644 --- a/docs/docs/schema/pipeline.json +++ b/docs/docs/schema/pipeline.json @@ -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": [ @@ -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" ], diff --git a/kpops/components/base_components/helm_app.py b/kpops/components/base_components/helm_app.py index 1c7add7ca..f98abd648 100644 --- a/kpops/components/base_components/helm_app.py +++ b/kpops/components/base_components/helm_app.py @@ -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