REFACTOR(tekton): migrate from GitHub to Gitea

- Rename EventListener from github-listener to gitea-listener
- Rename TriggerBinding from github-push-binding to gitea-push-binding
- Update webhook secret to gitea-webhook-secret
- Rename credentials from github to gitea
- Update Ingress service name to el-gitea-listener
- Update Vault secret paths from github to gitea
This commit is contained in:
2026-01-10 22:25:24 +09:00
parent 7e8ae418fd
commit 942bda4ce8
6 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: github-webhook-secret
name: gitea-webhook-secret
namespace: tekton-pipelines
spec:
refreshInterval: 1h
@@ -9,10 +9,10 @@ spec:
name: vault-backend
kind: ClusterSecretStore
target:
name: github-webhook-secret
name: gitea-webhook-secret
creationPolicy: Owner
data:
- secretKey: webhook-secret
remoteRef:
key: tekton
property: GITHUB_WEBHOOK_SECRET
property: GITEA_WEBHOOK_SECRET