Skip to content

Commit

Permalink
fix: Bad template (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Feb 19, 2025
1 parent 8139969 commit 256bd42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.26.7
version: 0.26.8
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
{{- include "flat-run-fields-updater.commonLabels" . | nindent 8 }}
{{- include "flat-run-fields-updater.podLabels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- include "wandb.imagePullSecrets" . }}
serviceAccountName: {{ include "flat-run-fields-updater.serviceAccountName" . }}
Expand Down

0 comments on commit 256bd42

Please sign in to comment.