Merge pull request #2376 from fluxcd/fix-azure-test

e2e: Fix Azure image update automation test
This commit is contained in:
Stefan Prodan 2022-02-03 17:04:01 +02:00 committed by GitHub
commit 55542a8086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -483,7 +483,7 @@ func TestImageRepositoryACR(t *testing.T) {
Interval: metav1.Duration{
Duration: 1 * time.Minute,
},
SourceRef: automationv1beta1.SourceReference{
SourceRef: automationv1beta1.CrossNamespaceSourceReference{
Kind: "GitRepository",
Name: name,
},