Skip to content

Commit

Permalink
Merge pull request #1150 from lamw/issue-1148
Browse files Browse the repository at this point in the history
fix: Default to JSON payload encoding for Tanzu Sources
  • Loading branch information
lamw authored Jan 22, 2024
2 parents ba7c68e + db13d7e commit 9f1d847
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 9f1d847

Please sign in to comment.