We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713ca03 commit f85fb38Copy full SHA for f85fb38
helm/kube-image-keeper/templates/registry-deployment.yaml
@@ -95,7 +95,7 @@ spec:
95
value: "true"
96
{{- end }}
97
98
- {{- if (not (empty .Values.registry.persistence.s3ExistingSecret)) }}
+ {{- if or (not (empty .Values.registry.persistence.s3ExistingSecret)) .Values.minio.enabled }}
99
{{ $s3KeysSecretName := .Values.registry.persistence.s3ExistingSecret | default "kube-image-keeper-s3-registry-keys" }}
100
- name: REGISTRY_STORAGE_S3_ACCESSKEY
101
valueFrom:
0 commit comments