Skip to content

Commit

Permalink
fix(helm): re-add missing s3 secrets when using minio
Browse files Browse the repository at this point in the history
  • Loading branch information
paullaffitte committed Nov 7, 2024
1 parent 713ca03 commit f85fb38
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 @@ -95,7 +95,7 @@ spec:
value: "true"
{{- end }}
{{- end }}
{{- if (not (empty .Values.registry.persistence.s3ExistingSecret)) }}
{{- if or (not (empty .Values.registry.persistence.s3ExistingSecret)) .Values.minio.enabled }}
{{ $s3KeysSecretName := .Values.registry.persistence.s3ExistingSecret | default "kube-image-keeper-s3-registry-keys" }}
- name: REGISTRY_STORAGE_S3_ACCESSKEY
valueFrom:
Expand Down

0 comments on commit f85fb38

Please sign in to comment.