Skip to content

Commit

Permalink
fix: Default to JSON payload encoding for Tanzu Sources
Browse files Browse the repository at this point in the history
Closes: 1148
Signed-off-by: William Lam <[email protected]>
  • Loading branch information
William Lam committed Jan 20, 2024
1 parent f1ad96d commit db13d7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ spec:
#@ end
secretRef:
name: horizon-creds
serviceAccountName: horizon-source-sa
serviceAccountName: horizon-source-sa
payloadEncoding: application/json
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ spec:
#@ end
secretRef:
name: vsphere-creds
serviceAccountName: vsphere-source-sa
serviceAccountName: vsphere-source-sa
payloadEncoding: application/json

0 comments on commit db13d7e

Please sign in to comment.