Skip to content

Commit

Permalink
[internal] Create deckhouse-registry secret
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Nov 13, 2024
1 parent 2ee3cd5 commit 5bb554e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/registry-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ data:
{{- else }}
.dockerconfigjson: "eyJhdXRocyI6IHsgInJlZ2lzdHJ5LmRlY2tob3VzZS5pbyI6IHt9fX0="
{{- end }}
---
apiVersion: v1
kind: Secret
metadata:
name: deckhouse-registry
namespace: d8-{{ .Chart.Name }}
{{- include "helm_lib_module_labels" (list .) | nindent 2 }}
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {{ .Values.global.modulesImages.registry.dockercfg }}

0 comments on commit 5bb554e

Please sign in to comment.