(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
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 7s
This commit is contained in:
parent
d77d9f9359
commit
aecf8e2781
@ -6,7 +6,7 @@ Expand the name of the chart.
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- define "wordpress-website.fullname" -}}
|
{{- define "wordpress-website.fullname" -}}
|
||||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
|
{{- default .Values.fullname }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
fullname: "wordpress"
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
@ -7,7 +9,6 @@ image:
|
|||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user