mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/haproxy-ingress] Wrong app label generated in manifests (#22117)
* Fix `app` label Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it> * Bump chart version Signed-off-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it> Co-authored-by: Ivan Rizzante <ivan.rizzante@tech.sdb.it>
This commit is contained in:
co-authored by
Ivan Rizzante
parent
7509a18a29
commit
50e9c336ed
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: haproxy-ingress
|
||||
version: 0.0.25
|
||||
version: 0.0.26
|
||||
appVersion: 0.7.2
|
||||
home: https://github.com/jcmoraisjr/haproxy-ingress
|
||||
description: Ingress controller implementation for haproxy loadbalancer.
|
||||
|
||||
@@ -10,14 +10,14 @@ Expand the name of the chart.
|
||||
Create the app label for controller
|
||||
*/}}
|
||||
{{- define "haproxy-ingress.labels.app.controller" -}}
|
||||
{{ default "haproxy-ingress.name" }}-controller
|
||||
{{ default "haproxy-ingress-controller" }}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create the app label for default backend
|
||||
*/}}
|
||||
{{- define "haproxy-ingress.labels.app.default-backend" -}}
|
||||
{{ default "haproxy-ingress.name" }}-default-backend
|
||||
{{ default "haproxy-ingress-default-backend" }}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
||||
Reference in New Issue
Block a user