mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"version": "1.0",
|
|
"trustPolicies": [
|
|
{
|
|
"name": "fluxcd.io",
|
|
"registryScopes": [
|
|
"*"
|
|
],
|
|
"signatureVerification": {
|
|
"level" : "strict"
|
|
},
|
|
"trustStores": [ "ca:fluxcd.io" ],
|
|
"trustedIdentities": [
|
|
"*"
|
|
]
|
|
}
|
|
]
|
|
}
|