From fbad10736d2300132039feb9758ffe9c8bc262df Mon Sep 17 00:00:00 2001 From: IhsenBouallegue Date: Thu, 29 Dec 2022 04:19:45 +0100 Subject: [PATCH] remove service account --- charts/hubone/Chart.yaml | 2 +- charts/hubone/templates/serviceaccount.yaml | 12 ------------ charts/hubone/values.yaml | 10 +--------- 3 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 charts/hubone/templates/serviceaccount.yaml diff --git a/charts/hubone/Chart.yaml b/charts/hubone/Chart.yaml index 312118f..ed74a85 100644 --- a/charts/hubone/Chart.yaml +++ b/charts/hubone/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: 2.1.1 +version: 3.0.0 # 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/hubone/templates/serviceaccount.yaml b/charts/hubone/templates/serviceaccount.yaml deleted file mode 100644 index 9a044e7..0000000 --- a/charts/hubone/templates/serviceaccount.yaml +++ /dev/null @@ -1,12 +0,0 @@ -{{- if .Values.serviceAccount.create -}} -apiVersion: v1 -kind: ServiceAccount -metadata: - name: {{ include "hubone.serviceAccountName" . }} - labels: - {{- include "hubone.labels" . | nindent 4 }} - {{- with .Values.serviceAccount.annotations }} - annotations: - {{- toYaml . | nindent 4 }} - {{- end }} -{{- end }} diff --git a/charts/hubone/values.yaml b/charts/hubone/values.yaml index 71c1cb3..28b192a 100644 --- a/charts/hubone/values.yaml +++ b/charts/hubone/values.yaml @@ -16,15 +16,6 @@ imagePullSecrets: [] nameOverride: "hubone-app" fullnameOverride: "hubone-chart" -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "hubone" - podAnnotations: argocd.argoproj.io/sync-wave: "2" @@ -33,6 +24,7 @@ service: port: 3000 annotations: argocd.argoproj.io/sync-wave: "2" + route: enabled: false path: user.huboneapp.com