1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Adding export source external

Signed-off-by: Daniel Guns <danbguns@gmail.com>
This commit is contained in:
Daniel Guns
2025-10-10 16:47:20 -03:00
parent 60e4d99b57
commit cdc37c304a
4 changed files with 114 additions and 0 deletions

View File

@@ -110,6 +110,12 @@ func TestExport(t *testing.T) {
"testdata/export/bucket.yaml",
tmpl,
},
{
"source external",
"export source external flux-system",
"testdata/export/external-artifact.yaml",
tmpl,
},
}
for _, tt := range cases {