This commit is contained in:
2024-02-04 11:45:04 +01:00
parent d173f98b7c
commit aec7257ddb
2 changed files with 37 additions and 37 deletions

View File

@@ -157,7 +157,7 @@ data "kustomization_overlay" "data" {
- name: server - name: server
image: "${var.images.server.registry}/${var.images.server.repository}:${var.images.server.tag}" image: "${var.images.server.registry}/${var.images.server.repository}:${var.images.server.tag}"
imagePullPolicy: "${var.images.server.pull_policy}" imagePullPolicy: "${var.images.server.pull_policy}"
command: "/usr/local/bin/start.sh" command: ["/usr/local/bin/start.sh"]
env: env:
- name: WOODPECKER_ADMIN - name: WOODPECKER_ADMIN
value: "${var.admin-users}" value: "${var.admin-users}"

View File

@@ -6,6 +6,21 @@ metadata:
name: woodpecker name: woodpecker
description: null description: null
options: options:
sub_domain:
default: ci
examples:
- ci
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
ingress_class: ingress_class:
default: traefik default: traefik
examples: examples:
@@ -66,41 +81,16 @@ options:
type: string type: string
type: object type: object
type: object type: object
timeouts: app_group:
default: default: dev
default: '60'
max: '120'
examples: examples:
- default: '60' - dev
max: '120' type: string
properties:
default:
default: '60'
type: string
max:
default: '120'
type: string
type: object
admin-users: admin-users:
default: woodpecker,admin default: woodpecker,admin
examples: examples:
- woodpecker,admin - woodpecker,admin
type: string type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
images: images:
default: default:
agent: agent:
@@ -198,15 +188,25 @@ options:
type: string type: string
type: object type: object
type: object type: object
sub_domain: timeouts:
default: ci default:
default: '60'
max: '120'
examples: examples:
- ci - default: '60'
type: string max: '120'
app_group: properties:
default: dev default:
default: '60'
type: string
max:
default: '120'
type: string
type: object
domain:
default: your-company
examples: examples:
- dev - your-company
type: string type: string
dependencies: dependencies:
- dist: null - dist: null