Skip to content

Commit

Permalink
fix: service account naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 24, 2023
1 parent d2520f0 commit ab52315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ab52315

Please sign in to comment.