mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-10 01:37:29 +00:00
Enable client side validation on bootstrap
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
bd2df01b12
commit
f23a551ae3
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ func generateSyncManifests(url, branch, name, namespace, targetPath, tmpDir stri
|
|||
Kind: sourcev1.GitRepositoryKind,
|
||||
Name: name,
|
||||
},
|
||||
Validation: "client",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue