Quellcode durchsuchen

fix(templates): resolve yamllint line-length warnings in descriptions

xcad vor 4 Monaten
Ursprung
Commit
4b083a408c

+ 2 - 1
library/compose/gitlab-runner/template.yaml

@@ -3,7 +3,8 @@ kind: compose
 metadata:
   name: Gitlab-Runner
   description: |-
-    Docker compose setup for Gitlab-Runner, a build instance for Gitlab CI/CD pipelines. This template configures Gitlab-Runner with Docker executor and integrates it with a Gitlab instance.
+    Docker compose setup for Gitlab-Runner, a build instance for Gitlab CI/CD pipelines.
+    This template configures Gitlab-Runner with Docker executor and integrates it with a Gitlab instance.
 
     Project: https://docs.gitlab.com/runner/
     Documentation: https://docs.gitlab.com/runner/

+ 2 - 1
library/compose/homeassistant/template.yaml

@@ -3,7 +3,8 @@ kind: compose
 metadata:
   name: Homeassistant
   description: |-
-    Home Assistant is an open-source platform for smart home automation that puts local control and privacy first. This template sets up Home Assistant in a Docker container using Docker Compose.
+    Home Assistant is an open-source platform for smart home automation that puts local control and privacy first.
+    This template sets up Home Assistant in a Docker container using Docker Compose.
 
     Project: https://www.home-assistant.io/
     Documentation: https://www.home-assistant.io/docs/

+ 2 - 1
library/helm/longhorn/template.yaml

@@ -3,7 +3,8 @@ kind: helm
 metadata:
   name: Longhorn
   description: |-
-    Helm values template for Longhorn, a distributed block storage system for Kubernetes that provides persistent storage with built-in backup and disaster recovery.
+    Helm values template for Longhorn, a distributed block storage system for Kubernetes.
+    Provides persistent storage with built-in backup and disaster recovery.
 
     Chart Repository: https://charts.longhorn.io
     Chart Name: longhorn