File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
type : application
3
3
name : traefik-errors
4
4
description : A Helm chart for custom traefik error pages
5
- version : 0.0.1
5
+ version : 0.0.2
6
6
appVersion : " 0.0.0"
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ metadata:
8
8
{{- with .Values.deployment.labels }}
9
9
{{ toYaml . | indent 4 }}
10
10
{{- end }}
11
+ {{- with .Values.deployment.annotations }}
12
+ annotations :
13
+ {{- toYaml . | nindent 4 }}
14
+ {{- end }}
11
15
spec :
12
16
{{- if .Values.deployment.replicas }}
13
17
replicas : {{ .Values.deployment.replicas }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
8
8
{{- with .Values.service.labels }}
9
9
{{ toYaml . | indent 4 }}
10
10
{{- end }}
11
- {{- with .Values.deployment .annotations }}
11
+ {{- with .Values.service .annotations }}
12
12
annotations :
13
13
{{- toYaml . | nindent 4 }}
14
14
{{- end }}
You can’t perform that action at this time.
0 commit comments