Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
takumakume committed Aug 25, 2023
1 parent 42f52da commit 139bad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: sbomreport-to-dependencytrack
command: ["sbomreport-to-dependencytrack"]
args: ["server", "--port", "{{ .Values.service.port }}"]
env:
- name: DT_API_KEY
Expand Down

0 comments on commit 139bad6

Please sign in to comment.