FIX(tekton): correct github-credentials secret keys

- Change PAT to username and password properties
- Match Vault secret structure used by argocd
This commit is contained in:
2026-01-10 22:17:00 +09:00
parent 4c198278fa
commit 7e8ae418fd

View File

@@ -12,7 +12,11 @@ spec:
name: github-credentials
creationPolicy: Owner
data:
- secretKey: token
- secretKey: username
remoteRef:
key: github
property: PAT
property: username
- secretKey: password
remoteRef:
key: github
property: password