Skip to content

Commit

Permalink
fix(helm): enable s3 registry storage when minio is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
plaffitt committed Nov 7, 2024
1 parent e4e2e51 commit e6fdf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/kube-image-keeper/templates/registry-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
key: secret
- name: REGISTRY_STORAGE_DELETE_ENABLED
value: "true"
{{- if (not (empty .Values.registry.persistence.s3)) }}
{{- if or (not (empty .Values.registry.persistence.s3)) .Values.minio.enabled }}
- name: REGISTRY_STORAGE
value: s3
{{- end}}
Expand Down

0 comments on commit e6fdf32

Please sign in to comment.