Skip to content

Commit

Permalink
printf typo
Browse files Browse the repository at this point in the history
  • Loading branch information
firmansyahn authored Feb 3, 2024
1 parent a242f21 commit 027a8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/templates/CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ spec:
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- end }}
{{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion charts/netbox/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ Return true if a TLS secret object should be created
{{- if .Values.persistence.existingClaim -}}
{{- .Values.persistence.existingClaim -}}
{{- else -}}
{{ print "%s-media" (include "common.names.fullname" .) -}}
{{ printf "%s-%s" (include "common.names.fullname" .) "media" | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 027a8e9

Please sign in to comment.