Skip to content

Commit

Permalink
feat: use serverServiceName as container name (#1472)
Browse files Browse the repository at this point in the history
* feat: use serverServiceName as container name

* feat: use trivy-server as container name
  • Loading branch information
jon-rei committed Sep 1, 2023
1 parent 49ecc26 commit 953dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/trivy-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: {{ . }}
{{- end }}
containers:
- name: main
- name: trivy-server
image: "{{ .Values.trivy.image.registry }}/{{ .Values.trivy.image.repository }}:{{ .Values.trivy.image.tag }}"
imagePullPolicy: "IfNotPresent"
{{- with .Values.trivy.server.securityContext }}
Expand Down

0 comments on commit 953dbd7

Please sign in to comment.