From ad91bc01eb7d77d7df0267d8f59d356ad52a5c80 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 6 Aug 2020 12:39:17 +0800 Subject: [PATCH] Fixed service account --- guacamole/Chart.yaml | 2 +- guacamole/templates/serviceaccount.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/Chart.yaml b/guacamole/Chart.yaml index 6c1c166..c20e3c9 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.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 diff --git a/guacamole/templates/serviceaccount.yaml b/guacamole/templates/serviceaccount.yaml index 4350920..75895bc 100644 --- a/guacamole/templates/serviceaccount.yaml +++ b/guacamole/templates/serviceaccount.yaml @@ -1,4 +1,4 @@ -{{- if .Values.serviceAccount.create -}} +{{- if .Values.guacamole.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount metadata: