Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions k3d-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ env:
- envVar: K3S_DEBUG=true
nodeFilters:
- server:*
registries:
config: |

Copilot AI Apr 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s trailing whitespace after the block scalar indicator (config: | ). This can trip YAML linters/formatters; consider removing the extra space so it’s config: |.

Suggested change
config: |
config: |

Copilot uses AI. Check for mistakes.
mirrors:
"docker.io":
endpoint:
- https://dockerhub.repo.gpkg.io
options:
k3d:
disableLoadbalancer: true
Expand Down
Loading