Files
axion1337.chat-gitops/.sourceignore
T
Thore Cimbal 63460e798c fix(flux): stop stripping branding images from the build artifact
Flux's default source ignore excludes *.png/*.jpg, so the platform-branding
configMapGenerator failed with "no such file or directory" for the branding
assets. Re-include just those two files via .sourceignore.
2026-08-13 12:00:00 +00:00

7 lines
389 B
Plaintext

# Flux source-controller's default ignore rules strip image files (*.png, *.jpg,
# ...) from the build artifact. The platform-branding ConfigMap (configMapGenerator
# in apps/production/kustomization.yaml) needs these branding assets in the build,
# so re-include them. Negations are evaluated after the defaults.
!apps/production/branding/logo.png
!apps/production/branding/alpenglow.jpg