chore: helmified pipeline

This commit is contained in:
2023-10-07 03:58:51 -06:00
parent fba0fd6c48
commit f052787a36
45 changed files with 2560 additions and 21 deletions

View File

@@ -0,0 +1,21 @@
# Default values for notification.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
nameOverride: ""
fullnameOverride: ""
serviceAccount: pipeline
quayHostname: quay01.ipa.endofday.com
eventlistener:
triggerBinding: gitea
interceptors:
secretKey: sharedSecret
secretName: webhook-secret
eventTypes:
- pull_request
additionalFilter:
- name: filter
value: |
body.action in ["opened"]