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

Enable client side validation on bootstrap
pull/349/head
Stefan Prodan 4 years ago committed by GitHub
commit 7718c6a2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save