Skip to content

Commit

Permalink
fixed chart
Browse files Browse the repository at this point in the history
Signed-off-by: viktor.kramarenko <viktor.kramarenko@flant.com>
  • Loading branch information
ViktorKram committed Jan 31, 2024
1 parent 4ed26ee commit 7e8a94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: sds-lvm-provisioner
name: sds-lvm
version: 0.0.1
4 changes: 2 additions & 2 deletions templates/registry-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
{{- include "helm_lib_module_labels" (list .) | nindent 2 }}
type: kubernetes.io/dockerconfigjson
data:
{{- if dig "registry" "dockercfg" false .Values.sdsLvmProvisioner }}
.dockerconfigjson: {{ .Values.sdsLvmProvisioner.registry.dockercfg }}
{{- if dig "registry" "dockercfg" false .Values.sdsLvm }}
.dockerconfigjson: {{ .Values.sdsLvm.registry.dockercfg }}
{{- else }}
.dockerconfigjson: "eyJhdXRocyI6IHsgInJlZ2lzdHJ5LmRlY2tob3VzZS5pbyI6IHt9fX0="
{{- end }}

0 comments on commit 7e8a94d

Please sign in to comment.