Fixed service account

This commit is contained in:
Jonathan Ervine 2020-08-06 12:27:11 +08:00
parent 2544ba3d8e
commit 70b14ca43a
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,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.4
version: 0.1.5
# 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

@ -5,7 +5,7 @@ metadata:
name: {{ include "guacamole.serviceAccountName" . }}
labels:
{{- include "guacamole.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
{{- with .Values.guacamole.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}

View File

@ -88,7 +88,7 @@ guacd:
serviceAccount:
# Specifies whether a service account should be created
create: true
create: false
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.