(1.0.6) devops: use .values.fullname for chart name; add fullname: wordpress and remove fullnameoverride in values.yaml
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s

This commit is contained in:
Rebecca Valente 2025-09-23 11:12:40 -03:00
parent d77d9f9359
commit aecf8e2781
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Expand the name of the chart.
{{- end }}
{{- define "wordpress-website.fullname" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- default .Values.fullname }}
{{- end }}
{{/*

View File

@ -1,3 +1,5 @@
fullname: "wordpress"
replicaCount: 1
image:
@ -7,7 +9,6 @@ image:
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}