Skip to content

Commit

Permalink
fix: Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella committed Feb 28, 2025
1 parent b4056e8 commit 333375f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/wandb-base/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Create the name of the service account to use
{{- end }}
{{- end }}

{{- define "wandb-base.reloaderAnnotatons" -}}
{{- define "wandb-base.reloaderannotations" -}}
{{- $configmaps := "" }}
{{- $secrets := "" }}
{{- range $name, $type := .Values.envFrom }}
Expand Down
2 changes: 1 addition & 1 deletion charts/wandb-base/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "wandb-base.labels" . | nindent 4 }}
{{- if .Values.addReloaderAnnotations }}
annotations:
{{- tpl (include "wandb-base.reloaderAnnotatons" . | nindent 4) . }}
{{- tpl (include "wandb-base.reloaderannotations" . | nindent 4) . }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/wandb-base/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "wandb-base.labels" . | nindent 4 }}
{{- if .Values.addReloaderAnnotations }}
annotations:
{{- tpl (include "wandb-base.reloaderAnnotatons" . | nindent 4) . }}
{{- tpl (include "wandb-base.reloaderannotations" . | nindent 4) . }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
Expand Down

0 comments on commit 333375f

Please sign in to comment.