119 lines
2.2 KiB
YAML
119 lines
2.2 KiB
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: share
|
|
metadata:
|
|
name: gitea-tekton-org
|
|
description: Setup tekton-cicd base objects and set the webhook for gitea
|
|
options:
|
|
autoCD:
|
|
default: true
|
|
examples:
|
|
- true
|
|
type: boolean
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
domain_name:
|
|
default: your_company.com
|
|
examples:
|
|
- your_company.com
|
|
type: string
|
|
gitea_ssh_port:
|
|
default: '2222'
|
|
examples:
|
|
- '2222'
|
|
type: string
|
|
gitea_ssh_prefix:
|
|
default: git
|
|
examples:
|
|
- git
|
|
type: string
|
|
haveFlux:
|
|
default: false
|
|
examples:
|
|
- false
|
|
type: boolean
|
|
issuer:
|
|
default: letsencrypt-prod
|
|
examples:
|
|
- letsencrypt-prod
|
|
type: string
|
|
known_repos:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
organization:
|
|
default: your-org
|
|
examples:
|
|
- your-org
|
|
type: string
|
|
stages:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
storage:
|
|
default:
|
|
volume:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
description: Configure this app storage
|
|
examples:
|
|
- volume:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
volume:
|
|
default:
|
|
accessMode: ReadWriteOnce
|
|
class: ''
|
|
size: 10Gi
|
|
type: Filesystem
|
|
properties:
|
|
accessMode:
|
|
default: ReadWriteOnce
|
|
enum:
|
|
- ReadWriteOnce
|
|
- ReadOnlyMany
|
|
- ReadWriteMany
|
|
type: string
|
|
class:
|
|
default: ''
|
|
type: string
|
|
size:
|
|
default: 10Gi
|
|
type: string
|
|
type:
|
|
default: Filesystem
|
|
enum:
|
|
- Filesystem
|
|
- Block
|
|
type: string
|
|
type: object
|
|
type: object
|
|
dependencies:
|
|
- dist: null
|
|
category: workflow
|
|
component: tekton-pipelines
|
|
- dist: null
|
|
category: workflow
|
|
component: tekton-triggers
|
|
providers:
|
|
kubernetes: true
|
|
authentik: null
|
|
kubectl: true
|
|
postgresql: null
|
|
mysql: null
|
|
restapi: true
|
|
http: null
|
|
gitea: null
|
|
tfaddtype: null
|