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 fb283b4 commit 2047664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/registry/templates/registry/registry-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ spec:
{{- end }}
resources:
{{ .Values.registry.resources | toYaml | indent 12 }}
volumes:
- emptyDir: {}
name: tmp
volumes:
- emptyDir: {}
name: tmp
imagePullSecrets:
{{ .Values.registry.imagePullSecrets | toYaml | indent 8 }}

0 comments on commit 2047664

Please sign in to comment.