Skip to content

Commit 87a7862

Browse files
committed
Fix YAML formatting in Chart.yaml and PVC template
1 parent 8ef855b commit 87a7862

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

charts/opencloud-dev/Chart.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ apiVersion: v2
22
type: application
33
name: opencloud-dev
44
version: 0.1.0
5-
description: DEV Deployment of the OpenCloud dockerfile.
6-
The DEV Helm chart follows the description given for starting a docker instance:
7-
https://docs.opencloud.eu/docs/admin/getting-started/docker
8-
It is not thought for productive use
5+
description: "DEV Deployment of the OpenCloud dockerfile. The DEV Helm chart follows the description given for starting a docker instance: https://docs.opencloud.eu/docs/admin/getting-started/docker. It is not thought for productive use"
96
home: https://github.com/opencloud-eu/helm
107
image: https://raw.githubusercontent.com/opencloud-eu/opencloud/refs/heads/main/opencloud_logo.png
118
sources:

charts/opencloud-dev/templates/opencloud-data-pvc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PersistentVolumeClaim
33
metadata:
44
name: opencloud-data-pvc
55
annotations:
6-
# prevent data pvc from being uninstalled
7-
helm.sh/resource-policy: "keep"
6+
# prevent data pvc from being uninstalled
7+
helm.sh/resource-policy: "keep"
88
labels:
99
app: opencloud
1010
spec:

0 commit comments

Comments
 (0)