Skip to content

Commit f957d61

Browse files
authored
fix: indentation should be 8 and not 6 (#86)
1 parent af1a1d8 commit f957d61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/plex-media-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 0.1.2
25+
version: 0.1.3
2626

2727
# This is the version number of the application being deployed. This version number should be
2828
# incremented each time you make changes to the application. Versions are not expected to

charts/plex-media-server/templates/statefulset.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ spec:
2020
{{- include "pms-chart.labels" . | nindent 8 }}
2121
spec:
2222
tolerations:
23-
{{- toYaml .Values.tolerations | nindent 6 }}
23+
{{- toYaml .Values.tolerations | nindent 8 }}
2424
nodeSelector:
25-
{{- toYaml .Values.nodeSelector | nindent 6 }}
25+
{{- toYaml .Values.nodeSelector | nindent 8 }}
2626
affinity:
27-
{{- toYaml .Values.affinity | nindent 8 }}
27+
{{- toYaml .Values.affinity | nindent 8 }}
2828
volumes:
2929
- name: pms-transcode
3030
emptyDir: {}

0 commit comments

Comments
 (0)