UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c256b870 authored by Michael McLeroy's avatar Michael McLeroy
Browse files

fix(minio): duplicate secrets for imagepullsecret

parent eef71723
No related branches found
No related tags found
1 merge request!481fix(minio): duplicate secrets for imagepullsecret
Pipeline #260644 passed
......@@ -8,16 +8,4 @@ metadata:
app.kubernetes.io/name: minioOperator
app.kubernetes.io/component: "application-utilities"
{{- include "commonLabels" . | nindent 4}}
---
{{- if ( include "imagePullSecret" . ) }}
apiVersion: v1
kind: Secret
metadata:
name: private-registry
namespace: minio-operator
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {{ template "imagePullSecret" . }}
{{- end }}
{{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment