mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-27 13:48:50 +00:00
Adding export source external
Signed-off-by: Daniel Guns <danbguns@gmail.com>
This commit is contained in:
parent
60e4d99b57
commit
cdc37c304a
4 changed files with 114 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue