Skip to content

Commit a092ba8

Browse files
committed
Use fullname for preflight agent deployment
Signed-off-by: Richard Wall <[email protected]>
1 parent 2970ecc commit a092ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/jetstacksecure-mp/charts/preflight/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: agent
4+
name: {{ include "preflight.fullname" . }}
55
labels:
66
{{- include "preflight.labels" . | nindent 4 }}
77
spec:
@@ -28,7 +28,7 @@ spec:
2828
secret:
2929
secretName: agent-credentials
3030
containers:
31-
- name: agent
31+
- name: {{ .Chart.Name }}
3232
image: "{{ .Values.image.repository }}:v{{ .Chart.AppVersion }}"
3333
args:
3434
- "agent"

0 commit comments

Comments
 (0)