Skip to content

Commit 8a91aef

Browse files
lcarvaRoming22
authored andcommitted
Fixup comments in chains config
Signed-off-by: Luiz Carvalho <[email protected]>
1 parent e9c5d3d commit 8a91aef

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

operator/gitops/argocd/pipeline-service/tekton-chains/chains-config.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@ metadata:
77

88
data:
99
# See https://tekton.dev/docs/chains/config/
10-
artifacts.taskrun.format: "in-toto"
1110

12-
# The internal openshift image registry can handle storing
13-
# taskrun attestations with oci, but quay.io can't. So currently
14-
# we need to change this to "tekton" for quay.io registries.
11+
# Configure TaskRun attestation
12+
artifacts.taskrun.format: "in-toto"
1513
artifacts.taskrun.storage: "oci"
1614

17-
# Attest pipelineruns the same way taskruns are attested, for details see:
18-
# https://issues.redhat.com/browse/HACBS-264
15+
# Configure PipelineRun attestation
1916
artifacts.pipelinerun.format: "in-toto"
2017
artifacts.pipelinerun.storage: "oci"
2118

22-
# For image signing iiuc
19+
# Configure image signing
2320
artifacts.oci.storage: "oci"
2421

2522
# Rekor integration is disabled for now. It is planned to be re-introduced

0 commit comments

Comments
 (0)