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
|
name: github-credentials
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
data:
|
data:
|
||||||
- secretKey: token
|
- secretKey: username
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: github
|
key: github
|
||||||
property: PAT
|
property: username
|
||||||
|
- secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
key: github
|
||||||
|
property: password
|
||||||
|
|||||||
Reference in New Issue
Block a user