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
No known key found for this signature in database
GPG key ID: A4A63406F0E8A225
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 {