From ab52315d24107105816af8618c675b91ddd58dfa Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Wed, 23 Aug 2023 22:39:23 -0400 Subject: [PATCH] fix: service account naming --- charts/operator-wandb/Chart.yaml | 2 +- charts/operator-wandb/charts/console/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index 15db8eb8..b12f5497 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator-wandb description: A Helm chart for deploying W&B to Kubernetes type: application -version: 0.1.7 +version: 0.1.8 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg maintainers: diff --git a/charts/operator-wandb/charts/console/templates/deployment.yaml b/charts/operator-wandb/charts/console/templates/deployment.yaml index 9fe832b2..1e4f001e 100644 --- a/charts/operator-wandb/charts/console/templates/deployment.yaml +++ b/charts/operator-wandb/charts/console/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: {{- toYaml .Values.pod.annotations | nindent 4 }} {{- end }} spec: - automountServiceAccountToken: {{ include "console.fullname" . }} + serviceAccountName: {{ include "console.fullname" . }} {{- if .tolerations }} tolerations: {{- toYaml .tolerations | nindent 8 }}