mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-03 00:08:28 +00:00
fix and release osartifact chart
This commit is contained in:
@@ -5,4 +5,4 @@ maintainers:
|
|||||||
- name: Plural
|
- name: Plural
|
||||||
email: support@plural.sh
|
email: support@plural.sh
|
||||||
type: application
|
type: application
|
||||||
version: 0.4.3
|
version: 0.4.4
|
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
{{- if .Values.exporter.passwordSecret.name }}
|
{{- if .Values.exporter.passwordSecret.name }}
|
||||||
{{ $dockerUserPasswordSecret := (lookup "v1" "Secret" .Release.Namespace .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 }}
|
{{- end }}
|
||||||
|
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
Reference in New Issue
Block a user