Skip to content

Commit

Permalink
add elemental config for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiyush17 committed Feb 2, 2024
1 parent 98f392b commit 251a68c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ provider-image:
COPY --platform=linux/${ARCH} +kairos-provider-image/ /
COPY +stylus-image/etc/kairos/branding /etc/kairos/branding
COPY +stylus-image/oem/stylus_config.yaml /etc/kairos/branding/stylus_config.yaml
COPY +stylus-image/etc/elemental/config.yaml /etc/elemental/config.yaml
IF [ "$K8S_DISTRIBUTION" = "kubeadm" ]
RUN luet install -y container-runtime/containerd
END
Expand Down Expand Up @@ -208,6 +209,7 @@ stylus-image:
FROM $STYLUS_BASE
SAVE ARTIFACT ./*
SAVE ARTIFACT /etc/kairos/branding
SAVE ARTIFACT /etc/elemental/config.yaml
SAVE ARTIFACT /oem/stylus_config.yaml

kairos-provider-image:
Expand Down

0 comments on commit 251a68c

Please sign in to comment.