fix: missed using the service account from the stateful set (#88)

This commit is contained in:
Marshall Asch 2023-07-21 08:58:50 -04:00 committed by GitHub
parent f957d6199f
commit e261205f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 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.3
version: 0.1.4
# 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

@ -19,6 +19,7 @@ spec:
labels:
{{- include "pms-chart.labels" . | nindent 8 }}
spec:
serviceAccountName: {{ include "pms-chart.serviceAccountName" . }}
tolerations:
{{- toYaml .Values.tolerations | nindent 8 }}
nodeSelector: