We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fa112 commit 4f2d8d7Copy full SHA for 4f2d8d7
apps/operator/config/crd/bases/app.helios.io_heliosapps.yaml
@@ -370,6 +370,13 @@ spec:
370
testCommand:
371
description: TestCommand is the command to run tests (e.g. "npm test")
372
type: string
373
+ triggerType:
374
+ default: gitea-push
375
+ description: TriggerType is the type of trigger to use for the pipeline
376
+ enum:
377
+ - gitea-push
378
+ - db-migrate
379
+ type: string
380
webhookDomain:
381
description: WebhookDomain is the external domain (e.g., ngrok) for
382
Git webhooks
0 commit comments