Files
platform/tekton/ci-cd/manifests/secrets/github-credentials.yaml
Mayne0213 e1641cd3cf FEAT(ci): add ArgoCD Image Updater and CI/CD pipelines
- ArgoCD Image Updater for Zot registry polling
- Tekton Tasks: git-clone, buildah-build-push
- Pipelines: nextjs, fastapi, python
- ExternalSecrets for Zot and GitHub credentials
2026-01-07 14:41:53 +09:00

19 lines
377 B
YAML

apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: github-credentials
namespace: tekton-pipelines
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: github-credentials
creationPolicy: Owner
data:
- secretKey: token
remoteRef:
key: github
property: PAT