mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-02 15:55:43 +00:00
fix and release osartifact chart
This commit is contained in:
@@ -5,4 +5,4 @@ maintainers:
|
||||
- name: Plural
|
||||
email: support@plural.sh
|
||||
type: application
|
||||
version: 0.4.3
|
||||
version: 0.4.4
|
@@ -9,7 +9,7 @@
|
||||
|
||||
{{- if .Values.exporter.passwordSecret.name }}
|
||||
{{ $dockerUserPasswordSecret := (lookup "v1" "Secret" .Release.Namespace .Values.exporter.passwordSecret.name )}}
|
||||
{{ $dockerUserPassword = index $passwordSecret.data .Values.exporter.passwordSecret.key | b64dec }}
|
||||
{{ $dockerUserPassword = index $dockerUserPasswordSecret.data .Values.exporter.passwordSecret.key | b64dec }}
|
||||
{{- end }}
|
||||
|
||||
kind: Secret
|
||||
|
Reference in New Issue
Block a user