Skip to content

Commit

Permalink
Merge pull request #1812 from aznashwan/remove-registry-args
Browse files Browse the repository at this point in the history
Remove ineffective 'args' from registry-dpl template.
  • Loading branch information
MinerYang authored Aug 27, 2024
2 parents 0fe524d + c1a4b04 commit 44f6a8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/registry/registry-dpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ spec:
{{- if not (empty .Values.containerSecurityContext) }}
securityContext: {{ .Values.containerSecurityContext | toYaml | nindent 10 }}
{{- end }}
args: ["serve", "/etc/registry/config.yml"]
envFrom:
- secretRef:
name: "{{ template "harbor.registry" . }}"
Expand Down

0 comments on commit 44f6a8f

Please sign in to comment.