UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0e71cc29 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'secrets-hotfix' into 'master'

fix(minio): duplicate secrets for imagepullsecret

See merge request platform-one/big-bang/bigbang!481
parents eef71723 c256b870
No related branches found
No related tags found
1 merge request!481fix(minio): duplicate secrets for imagepullsecret
Pipeline #260656 failed
......@@ -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