Skip to content

Commit

Permalink
fix(docs): repo field name in GCP Cloud Source Repositories should be…
Browse files Browse the repository at this point in the history
… `url` (argoproj#16107)

Signed-off-by: Gestalt LUR <[email protected]>
  • Loading branch information
nyanshell committed Nov 2, 2023
1 parent 7525b60 commit 8796307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/declarative-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ metadata:
argocd.argoproj.io/secret-type: repository
stringData:
type: git
repo: https://source.developers.google.com/p/my-google-project/r/my-repo
url: https://source.developers.google.com/p/my-google-project/r/my-repo
gcpServiceAccountKey: |
{
"type": "service_account",
Expand Down

0 comments on commit 8796307

Please sign in to comment.