fix(traefik): actually fix labels (#7763)
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 17.0.6
|
version: 17.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
ingressclass.kubernetes.io/is-default-class: {{ .Values.ingressClass.isDefaultClass | quote }}
|
ingressclass.kubernetes.io/is-default-class: {{ .Values.ingressClass.isDefaultClass | quote }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "tc.v1.common.allLabels" . | nindent 4 }}
|
{{- include "tc.v1.common.lib.metadata.allLabels" . | nindent 4 }}
|
||||||
name: {{ .Release.Name }}
|
name: {{ .Release.Name }}
|
||||||
spec:
|
spec:
|
||||||
controller: traefik.io/ingress-controller
|
controller: traefik.io/ingress-controller
|
||||||
|
|||||||
Reference in New Issue
Block a user