Skip to content

Commit

Permalink
add empty tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Jul 16, 2024
1 parent ec82254 commit fb283b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/registry/templates/registry/registry-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,8 @@ spec:
{{- end }}
resources:
{{ .Values.registry.resources | toYaml | indent 12 }}
volumes:
- emptyDir: {}
name: tmp
imagePullSecrets:
{{ .Values.registry.imagePullSecrets | toYaml | indent 8 }}

0 comments on commit fb283b4

Please sign in to comment.