Skip to content

Commit c014a3b

Browse files
Creating job-board chart
1 parent 2268099 commit c014a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/job-board/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Deployment
33
metadata:
44
name: {{ include "job-board.fullname" . }}
55
labels:
6-
app.kubernetes.io/name: {{ include "job-board" . }}
6+
app.kubernetes.io/name: {{ include "job-board.name" . }}
77
helm.sh/chart: {{ include "job-board.chart" . }}
88
app.kubernetes.io/instance: {{ .Release.Name }}
99
app.kubernetes.io/managed-by: {{ .Release.Service }}

0 commit comments

Comments
 (0)