fix: indentation should be 8 and not 6 (#86)

This commit is contained in:
Marshall Asch 2023-07-13 13:15:59 -04:00 committed by GitHub
parent af1a1d8c90
commit f957d6199f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 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.2
version: 0.1.3
# 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

@ -20,11 +20,11 @@ spec:
{{- include "pms-chart.labels" . | nindent 8 }}
spec:
tolerations:
{{- toYaml .Values.tolerations | nindent 6 }}
{{- toYaml .Values.tolerations | nindent 8 }}
nodeSelector:
{{- toYaml .Values.nodeSelector | nindent 6 }}
{{- toYaml .Values.nodeSelector | nindent 8 }}
affinity:
{{- toYaml .Values.affinity | nindent 8 }}
{{- toYaml .Values.affinity | nindent 8 }}
volumes:
- name: pms-transcode
emptyDir: {}