Skip to content

Commit

Permalink
Add manual approval CRD in kubernetes csv
Browse files Browse the repository at this point in the history
This will add manual approval CRD in kubernetes csv
to fix the warning thrown by OLM
  • Loading branch information
piyush-garg authored and tekton-robot committed Jul 14, 2024
1 parent 4fef46a commit 194a912
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ spec:
kind: TektonChain
name: tektonchains.operator.tekton.dev
version: v1alpha1
- description: |
ManualApprovalGate installs Manual Approval Gate on a cluster. The operator installs Manual Approval Gate on a
cluster if an instance of this CRD is created on your cluster with name `manual-approval-gate`.
At present, the operator honors only one CustomResource instance with the name `manual-approval-gate` to ensure
only one set of Manual Approval Gate exists on a cluster.
displayName: ManualApprovalGate
kind: ManualApprovalGate
name: manualapprovalgates.operator.tekton.dev
version: v1alpha1
description: |
Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build,
test, and deploy across cloud providers and on-premise systems.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ spec:
kind: TektonChain
name: tektonchains.operator.tekton.dev
version: v1alpha1
- description: |
ManualApprovalGate installs Manual Approval Gate on a cluster. The operator installs Manual Approval Gate on a
cluster if an instance of this CRD is created on your cluster with name `manual-approval-gate`.
At present, the operator honors only one CustomResource instance with the name `manual-approval-gate` to ensure
only one set of Manual Approval Gate exists on a cluster.
displayName: ManualApprovalGate
kind: ManualApprovalGate
name: manualapprovalgates.operator.tekton.dev
version: v1alpha1
description: |
Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build,
test, and deploy across cloud providers and on-premise systems.
Expand Down

0 comments on commit 194a912

Please sign in to comment.