Merge pull request #340 from fluxcd/bootstrap-validate-manifests

Enable client side validation on bootstrap
This commit is contained in:
Stefan Prodan 2020-10-16 10:41:47 +03:00 committed by GitHub
commit 7718c6a2a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,6 +218,7 @@ func generateSyncManifests(url, branch, name, namespace, targetPath, tmpDir stri
Kind: sourcev1.GitRepositoryKind,
Name: name,
},
Validation: "client",
},
}