diff --git a/chart/templates/minio/minio-operator/namespace.yaml b/chart/templates/minio/minio-operator/namespace.yaml index e78c6493da4d8a3dc648d35185af4b2590e59821..5815018b292ec370829bcbd86fa45e47a50c3482 100644 --- a/chart/templates/minio/minio-operator/namespace.yaml +++ b/chart/templates/minio/minio-operator/namespace.yaml @@ -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