Fix indentation for PVC accessModes
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.19.0
|
version: 0.19.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed.
|
# This is the version number of the application being deployed.
|
||||||
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Pixelfed Helm Chart
|
# Pixelfed Helm Chart
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
A Helm chart for deploying Pixelfed on Kubernetes
|
A Helm chart for deploying Pixelfed on Kubernetes
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
storageClassName: {{ .Values.persistence.storageClassName }}
|
storageClassName: {{ .Values.persistence.storageClassName }}
|
||||||
accessModes:
|
accessModes:
|
||||||
{{- toYaml .Values.persistence.accessModes | indent 4 }}
|
{{- toYaml .Values.persistence.accessModes | nindent 4 }}
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: {{ .Values.persistence.storage }}
|
storage: {{ .Values.persistence.storage }}
|
||||||
|
|||||||
Reference in New Issue
Block a user