From af1a1d8c90a0c9e447421c74f35ce8c7c679bef0 Mon Sep 17 00:00:00 2001 From: Marshall Asch Date: Thu, 13 Jul 2023 10:19:11 -0400 Subject: [PATCH] fix: the affinity block was at the wrong indentation level in the statefulset (#85) --- charts/plex-media-server/Chart.yaml | 2 +- charts/plex-media-server/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index 4d55157..acc7676 100644 --- a/charts/plex-media-server/Chart.yaml +++ b/charts/plex-media-server/Chart.yaml @@ -22,7 +22,7 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/plex-media-server/templates/statefulset.yaml b/charts/plex-media-server/templates/statefulset.yaml index 009e461..b8051c7 100644 --- a/charts/plex-media-server/templates/statefulset.yaml +++ b/charts/plex-media-server/templates/statefulset.yaml @@ -24,7 +24,7 @@ spec: nodeSelector: {{- toYaml .Values.nodeSelector | nindent 6 }} affinity: - {{- toYaml .Values.affinity | nindent 6 }} + {{- toYaml .Values.affinity | nindent 8 }} volumes: - name: pms-transcode emptyDir: {}