Fixed service account

This commit is contained in:
Jonathan Ervine 2020-08-06 12:39:17 +08:00
parent 70b14ca43a
commit ad91bc01eb
2 changed files with 2 additions and 2 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.5
version: 0.1.6
# 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

@ -1,4 +1,4 @@
{{- if .Values.serviceAccount.create -}}
{{- if .Values.guacamole.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata: