UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update Minio to 4.4.25 and cleanup secrets

Merged Lynn Still requested to merge minio-4.4.25 into master
Files
6
{{- if .Values.addons.minio.enabled }}
# probably want to get rid of this eventually
apiVersion: v1
kind: Secret
metadata:
name: minio-root-creds-secret
namespace: minio
type: Opaque
data:
accesskey: {{ .Values.addons.minio.accesskey | default "minio" | b64enc }}
secretkey: {{ .Values.addons.minio.secretkey | default "minio123" | b64enc }}
+3
{{- end }}
\ No newline at end of file
Loading