From 333375f8ada8364edb4a1eb24a6e4f48b44fb99f Mon Sep 17 00:00:00 2001 From: Daniel Panzella Date: Fri, 28 Feb 2025 11:11:53 -0800 Subject: [PATCH] fix: Correct a typo --- charts/wandb-base/templates/_helpers.tpl | 2 +- charts/wandb-base/templates/deployment.yaml | 2 +- charts/wandb-base/templates/statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/wandb-base/templates/_helpers.tpl b/charts/wandb-base/templates/_helpers.tpl index be609d73..99d6e43b 100644 --- a/charts/wandb-base/templates/_helpers.tpl +++ b/charts/wandb-base/templates/_helpers.tpl @@ -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 }} diff --git a/charts/wandb-base/templates/deployment.yaml b/charts/wandb-base/templates/deployment.yaml index 66294fc1..f197c730 100644 --- a/charts/wandb-base/templates/deployment.yaml +++ b/charts/wandb-base/templates/deployment.yaml @@ -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 }} diff --git a/charts/wandb-base/templates/statefulset.yaml b/charts/wandb-base/templates/statefulset.yaml index c248eea8..32151500 100644 --- a/charts/wandb-base/templates/statefulset.yaml +++ b/charts/wandb-base/templates/statefulset.yaml @@ -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 }}