Skip to content

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Nov 25, 2023
1 parent 78b1640 commit e00094e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,40 @@ Built using pipelines-feedback-core
-----------------------------------

pipelines-feedback-core is a universal framework for integrating any Kubernetes-based job executor with external systems.

Getting started
---------------

Pipelines Feedback Tekton is available as a Helm Chart for installation.

### Using ArgoCD

Simply import it as a Helm application.

```yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pipelines-feedback-tekton
namespace: cluster-root
spec:
destination:
namespace: my-namespace
server: https://kubernetes.default.svc
project: default
source:
chart: tekton-chart
helm:
values: |
rbac:
resourceNames: ["my-secret-name-in-every-namespace"]
repoURL: quay.io/pipelines-feedback
targetRevision: 0.1
syncPolicy: {}
```
### Manually with Helm
```bash
helm install pft oci://quay.io/pipelines-feedback/tekton-chart --version 0.0.1-latest-main --dry-run
```

0 comments on commit e00094e

Please sign in to comment.