mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-18 17:21:26 +00:00
fix osartifact chart
This commit is contained in:
parent
2a3c0c9f33
commit
9c0d92253e
@ -5,4 +5,4 @@ maintainers:
|
|||||||
- name: Plural
|
- name: Plural
|
||||||
email: support@plural.sh
|
email: support@plural.sh
|
||||||
type: application
|
type: application
|
||||||
version: 0.6.0
|
version: 0.6.1
|
@ -7,9 +7,9 @@
|
|||||||
{{ $password := index $passwordSecret.data .Values.passwordSecret.key | b64dec }}
|
{{ $password := index $passwordSecret.data .Values.passwordSecret.key | b64dec }}
|
||||||
{{ $dockerUserPassword := "" }}
|
{{ $dockerUserPassword := "" }}
|
||||||
|
|
||||||
{{- if .Values.exporter.passwordSecret.name }}
|
{{- if .Values.exporter.registry.passwordSecret.name }}
|
||||||
{{ $dockerUserPasswordSecret := (lookup "v1" "Secret" .Release.Namespace .Values.exporter.passwordSecret.name )}}
|
{{ $dockerUserPasswordSecret := (lookup "v1" "Secret" .Release.Namespace .Values.exporter.registry.passwordSecret.name )}}
|
||||||
{{ $dockerUserPassword = index $dockerUserPasswordSecret.data .Values.exporter.passwordSecret.key | b64dec }}
|
{{ $dockerUserPassword = index $dockerUserPasswordSecret.data .Values.exporter.registry.passwordSecret.key | b64dec }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
Loading…
Reference in New Issue
Block a user