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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user