From 70b14ca43a9a52a8683c26ac5bb0c7eb764cc353 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 6 Aug 2020 12:27:11 +0800 Subject: [PATCH] Fixed service account --- guacamole/Chart.yaml | 2 +- guacamole/templates/serviceaccount.yaml | 2 +- guacamole/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole/Chart.yaml b/guacamole/Chart.yaml index 710339b..6c1c166 100644 --- a/guacamole/Chart.yaml +++ b/guacamole/Chart.yaml @@ -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 diff --git a/guacamole/templates/serviceaccount.yaml b/guacamole/templates/serviceaccount.yaml index fba38c0..4350920 100644 --- a/guacamole/templates/serviceaccount.yaml +++ b/guacamole/templates/serviceaccount.yaml @@ -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 }} diff --git a/guacamole/values.yaml b/guacamole/values.yaml index a0d4d35..ce24277 100644 --- a/guacamole/values.yaml +++ b/guacamole/values.yaml @@ -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.