Skip to content

Commit

Permalink
docs: fix broken link (argoproj#1321)
Browse files Browse the repository at this point in the history
* docs: fix broken link 

the instructions link in "Service Account for Trigged Workflows" section is broken. Find the correct one ,and replaced it.

* docs: fix broken link

the instructions link in "Service Account for Trigged Workflows" section is broken. Find the correct one ,and replaced it.

Signed-off-by: YA JIE LI <liyjcdl@cn.ibm.com>

Co-authored-by: liyjcdl <liyjcdl@cn.ibm.com>
  • Loading branch information
liyjcdl and liyjcdl authored Aug 30, 2021
1 parent 4ba6543 commit 8fab41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/service-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Sensor.
When the Sensor is used to trigger a Workflow, you might need to configure the
Service Account used in the Workflow spec (**NOT**
`spec.template.serviceAccountName`) following Argo Workflow
[instructions](https://github.com/argoproj/argo/blob/master/docs/service-accounts.md).
[instructions](https://github.com/argoproj/argo-workflows/blob/master/docs/service-accounts.md).

If it is used to trigger other K8s resources (i.e. a Deployment), make sure to
follow least privilege principle.

0 comments on commit 8fab41e

Please sign in to comment.