mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-24 02:18:45 +00:00
fix extra bundles
This commit is contained in:
parent
31040788c1
commit
2c867bb126
@ -16,9 +16,8 @@ spec:
|
||||
{{- range $key, $value := .Values.bundles }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.extraBundles }}
|
||||
{{ $key }}: {{ $value }}
|
||||
{{- end }}
|
||||
bundles:
|
||||
{{- .Values.extraBundles | toYaml | nindent 2 }}
|
||||
cloudConfigRef:
|
||||
name: {{ include "osartifact.fullname" . }}-config
|
||||
key: cloud-config.yaml
|
||||
|
@ -42,7 +42,8 @@ bundles:
|
||||
plural-trust-manager-bundle: ghcr.io/pluralsh/kairos-plural-trust-manager-bundle:0.2.0
|
||||
|
||||
# A list of extra bundles that should be added to the result ISO image.
|
||||
extraBundles: {}
|
||||
extraBundles:
|
||||
- quay.io/kairos/community-bundles:system-upgrade-controller_latest
|
||||
|
||||
# Additional config for the default user
|
||||
defaultUser:
|
||||
|
Loading…
Reference in New Issue
Block a user