Skip to content

Commit

Permalink
fix: change the template
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 18, 2024
1 parent e96bc62 commit d561353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging/eventing/templates/_helper.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Expand the namespace override logic to allow for a custom namespace to be set fo
{{/*
Expand the full name for the serving component.
*/}}
{{- define "serving.fullname" -}}
{{- printf "%s-%s" .Release.Name .Values.serving.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- define "serving.namespace" -}}
{{- default .Release.Namespace .Values.eventing.namespaceOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}

0 comments on commit d561353

Please sign in to comment.