fix: the affinity block was at the wrong indentation level in the statefulset (#85)

This commit is contained in:
Marshall Asch 2023-07-13 10:19:11 -04:00 committed by GitHub
parent 87d6bcc100
commit af1a1d8c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: {}