Skip to content

Commit

Permalink
fix: add service account to console deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 24, 2023
1 parent 626a213 commit d2520f0
Show file tree
Hide file tree
Showing 3 changed files with 3 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.6
version: 0.1.7
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,6 +34,7 @@ spec:
{{- toYaml .Values.pod.annotations | nindent 4 }}
{{- end }}
spec:
automountServiceAccountToken: {{ include "console.fullname" . }}
{{- if .tolerations }}
tolerations:
{{- toYaml .tolerations | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/operator-wandb/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ include "wandb.name" . }}
name: {{ .Release.Name }}
labels:
{{- include "wandb.commonLabels" . | nindent 4 }}
{{- if .Values.ingress.labels -}}
Expand Down

0 comments on commit d2520f0

Please sign in to comment.