Remove chains.
This commit is contained in:
parent
556c3bdecc
commit
dab788fd43
|
|
@ -1,18 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: default
|
||||
app.kubernetes.io/part-of: tekton-chains
|
||||
name: chains-config
|
||||
namespace: tekton-chains
|
||||
data:
|
||||
artifacts.taskrun.format: in-toto
|
||||
artifacts.taskrun.storage: tekton
|
||||
artifacts.taskrun.signer: x509
|
||||
artifacts.pipelinerun.format: in-toto
|
||||
artifacts.pipelinerun.storage: tekton
|
||||
artifacts.pipelinerun.signer: x509
|
||||
artifacts.oci.storage: tekton
|
||||
artifacts.oci.signer: ""
|
||||
builder.id: http://tekton.internal.jpace121.net
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: feature-flags
|
||||
namespace: tekton-pipelines
|
||||
data:
|
||||
enable-api-fields: "alpha"
|
||||
enable-provenance-in-status: "true"
|
||||
Loading…
Reference in New Issue