Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Demchuk <[email protected]>
  • Loading branch information
NikolayDemchuk committed Apr 23, 2024
1 parent 108bb31 commit ee146f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/registry-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kind: Secret
type: kubernetes.io/dockerconfigjson
metadata:
name: {{ .Chart.Name }}-registrysecret
namespace: {{ .Values.operatorCeph.namespace }}
namespace: d8-{{ .Chart.Name }}
{{- include "helm_lib_module_labels" (list . (dict "app" .Chart.Name )) | nindent 2 }}
data:
.dockerconfigjson: {{ .Values.operatorCeph.registry.dockercfg }}
.dockerconfigjson: {{ .Values.sdsElastic.registry.dockercfg }}
{{- end }}

0 comments on commit ee146f6

Please sign in to comment.