This commit is contained in:
2023-07-31 07:19:28 +02:00
parent e5083c3fb2
commit f793b9bd1a
3 changed files with 24 additions and 24 deletions

View File

@@ -6,10 +6,15 @@ metadata:
name: woodpecker
description: null
options:
issuer:
default: letsencrypt-prod
ingress-class:
default: traefik
examples:
- letsencrypt-prod
- traefik
type: string
sub-domain:
default: ci
examples:
- ci
type: string
images:
default:
@@ -108,6 +113,11 @@ options:
type: string
type: object
type: object
domain:
default: your-company
examples:
- your-company
type: string
storage-server:
default:
accessMode: ReadWriteOnce
@@ -127,25 +137,10 @@ options:
default: 10Gi
type: string
type: object
domain:
default: your-company
issuer:
default: letsencrypt-prod
examples:
- your-company
type: string
sub-domain:
default: ci
examples:
- ci
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
ingress-class:
default: traefik
examples:
- traefik
- letsencrypt-prod
type: string
storage-agent:
default:
@@ -167,6 +162,11 @@ options:
default: 'false'
type: string
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies: []
providers:
kubernetes: true