Skip to content

Commit

Permalink
fix type helper queen
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Oct 7, 2022
1 parent 47d515f commit fd11107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/queen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.3.0
version: 0.3.1
appVersion: "1.16.0"
4 changes: 2 additions & 2 deletions charts/queen/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Expand the name of the chart.


{{- define "queen.api.name" -}}
{{- .Values.api.nameOverride | default (printf "-s-api" .Chart.Name ) }}
{{- .Values.api.nameOverride | default (printf "-%s-api" .Chart.Name ) }}
{{- end }}

{{- define "queen.ui.name" -}}
{{- .Values.ui.nameOverride | default (printf "-s-ui" .Chart.Name ) }}
{{- .Values.ui.nameOverride | default (printf "-%s-ui" .Chart.Name ) }}
{{- end }}

{{/*
Expand Down

0 comments on commit fd11107

Please sign in to comment.