Skip to content

Commit af1a1d8

Browse files
authored
fix: the affinity block was at the wrong indentation level in the statefulset (#85)
1 parent 87d6bcc commit af1a1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1
25+
version: 0.1.2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
nodeSelector:
2525
{{- toYaml .Values.nodeSelector | nindent 6 }}
2626
affinity:
27-
{{- toYaml .Values.affinity | nindent 6 }}
27+
{{- toYaml .Values.affinity | nindent 8 }}
2828
volumes:
2929
- name: pms-transcode
3030
emptyDir: {}

0 commit comments

Comments
 (0)