From f3d48c2804a8ff309573453a49dff17feb7c5f65 Mon Sep 17 00:00:00 2001 From: YorickH Date: Wed, 11 May 2022 00:26:52 +0200 Subject: [PATCH] Fix indenting --- .../default/home-assistant/helm-release.yaml | 60 +++++++++---------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/cluster/apps/default/home-assistant/helm-release.yaml b/cluster/apps/default/home-assistant/helm-release.yaml index f35a3de8..7b0aea55 100644 --- a/cluster/apps/default/home-assistant/helm-release.yaml +++ b/cluster/apps/default/home-assistant/helm-release.yaml @@ -52,44 +52,40 @@ spec: enabled: false startup: enabled: true - # -- Configure persistence for the chart here. -# Additional items can be added by adding a dictionary key similar to the 'config' key. -# [[ref]](http://docs.k8s-at-home.com/our-helm-charts/common-library-storage) -# @default -- See below -persistence: - # -- Default persistence for configuration files. - # @default -- See below - config: - # -- Enables or disables the persistence item - enabled: true + persistence: + # -- Default persistence for configuration files. + # @default -- See below + config: + # -- Enables or disables the persistence item + enabled: true - # -- Sets the persistence type - # Valid options are pvc, emptyDir, hostPath, secret, configMap or custom - type: pvc + # -- Sets the persistence type + # Valid options are pvc, emptyDir, hostPath, secret, configMap or custom + type: pvc - # -- Where to mount the volume in the main container. - # Defaults to `/`, - # setting to '-' creates the volume but disables the volumeMount. - mountPath: /config - # -- Specify if the volume should be mounted read-only. - readOnly: false + # -- Where to mount the volume in the main container. + # Defaults to `/`, + # setting to '-' creates the volume but disables the volumeMount. + mountPath: /config + # -- Specify if the volume should be mounted read-only. + readOnly: false - # -- Storage Class for the config volume. - # If set to `-`, dynamic provisioning is disabled. - # If set to something else, the given storageClass is used. - # If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. - storageClass: "local-path" + # -- Storage Class for the config volume. + # If set to `-`, dynamic provisioning is disabled. + # If set to something else, the given storageClass is used. + # If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. + storageClass: "local-path" - # -- AccessMode for the persistent volume. - # Make sure to select an access mode that is supported by your storage provider! - # [[ref]](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) - accessMode: ReadWriteOnce + # -- AccessMode for the persistent volume. + # Make sure to select an access mode that is supported by your storage provider! + # [[ref]](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) + accessMode: ReadWriteOnce - # -- The amount of storage that is requested for the persistent volume. - size: 1Gi + # -- The amount of storage that is requested for the persistent volume. + size: 1Gi - # -- Set to true to retain the PVC upon `helm uninstall` - retain: false + # -- Set to true to retain the PVC upon `helm uninstall` + retain: false resources: limits: memory: 3000Mi