1
0
mirror of synced 2026-02-14 21:46:56 +00:00

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

View File

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