mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-19 04:06:27 +00:00
fix(trustpolicy): small typo in registryScopes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "fluxcd.io",
|
||||
"registryScopes": [
|
||||
"ghcr.io/jasonthedeveloper/podinfo-display",
|
||||
"ghcr.io/jasonthedeveloper/podinfo-deploy",
|
||||
"ghcr.io/jasonthedeveloper/charts/podinfo"
|
||||
],
|
||||
"signatureVerification": {
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"trustStores": [ "ca:fluxcd.io" ],
|
||||
"trustedIdentities": [
|
||||
"*"
|
||||
"x509.subject: C=US, ST=WA, L=Seattle, O=Notary, CN=fluxcd.io"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user