mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 08:31:47 +00:00
e2e: Fix Azure image update automation test
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
29c0bb4ce2
commit
70c8c0445c
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ func TestImageRepositoryACR(t *testing.T) {
|
||||||
Interval: metav1.Duration{
|
Interval: metav1.Duration{
|
||||||
Duration: 1 * time.Minute,
|
Duration: 1 * time.Minute,
|
||||||
},
|
},
|
||||||
SourceRef: automationv1beta1.SourceReference{
|
SourceRef: automationv1beta1.CrossNamespaceSourceReference{
|
||||||
Kind: "GitRepository",
|
Kind: "GitRepository",
|
||||||
Name: name,
|
Name: name,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue