From 87dca0b63b602bda2059312ff8d6e46e08b9f578 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Mon, 13 Mar 2023 15:22:52 +0100 Subject: [PATCH] fix: prohibit cretaing service account for cheminfmicroservice --- charts/cheminformaticsMicroservice/Chart.yaml | 2 +- charts/cheminformaticsMicroservice/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cheminformaticsMicroservice/Chart.yaml b/charts/cheminformaticsMicroservice/Chart.yaml index 04aea58..7b28df3 100644 --- a/charts/cheminformaticsMicroservice/Chart.yaml +++ b/charts/cheminformaticsMicroservice/Chart.yaml @@ -18,7 +18,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.1 +version: 0.1.2 # 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/charts/cheminformaticsMicroservice/values.yaml b/charts/cheminformaticsMicroservice/values.yaml index 0b1e318..91270bb 100644 --- a/charts/cheminformaticsMicroservice/values.yaml +++ b/charts/cheminformaticsMicroservice/values.yaml @@ -17,7 +17,7 @@ fullnameOverride: "" 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.